@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html.preload * {
  transition-duration: 0s !important;
}

html, body {
  font-size: 16px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  font-family: "Jost", sans-serif;
  line-height: calc(1em + 8px);
}

body.page-404 {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

p, ul, ol, h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: calc(1em + 8px);
}

p:not(:last-child), ul:not(:last-child), ol:not(:last-child) {
  /*margin-bottom:calc(1em + 8px);*/
  margin-bottom: calc(1em + 8px);
}

/*select,input,textarea,button,.texte,p,a,img {font-size:1rem;line-height:1rem;}*/
html, select, input, textarea, button {
  outline: none;
  font-family: "Jost", sans-serif;
}

/*body {display:flex;flex-direction:column;justify-content:space-between;}*/
iframe, img {
  border: 0;
}

label {
  cursor: pointer;
}

button, a, .bouton {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  transition: color 0.4s ease;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0px;
}

h1:not(:last-child), h2:not(:last-child), h3:not(:last-child), h4:not(:last-child), h5:not(:last-child), h6:not(:last-child) {
  margin-bottom: 28px;
}

/*.wrap{max-width: $wrap;width: 100%;margin: auto;box-sizing:border-box;}*/
img, video {
  max-width: 100%;
  vertical-align: top;
}

.txt-left {
  text-align: left;
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

select, input:not([type=checkbox]), textarea {
  background-color: white;
  border-radius: 0;
  box-sizing: border-box;
  width: 73%;
  height: 50px;
  -webkit-appearance: none;
  outline: none;
  border: 1px solid #005DAA;
  padding-left: 20px;
  font-size: 12px;
  font-weight: 500;
  color: #005DAA;
}
select:not(:last-child), input:not([type=checkbox]):not(:last-child), textarea:not(:last-child) {
  margin-bottom: 18px;
}
select::placeholder, input:not([type=checkbox])::placeholder, textarea::placeholder {
  color: #005DAA;
}
select::-webkit-input-placeholder, input:not([type=checkbox])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #005DAA;
}
select::-moz-placeholder, input:not([type=checkbox])::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #005DAA;
}
select:-ms-input-placeholder, input:not([type=checkbox]):-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #005DAA;
}

.admin-preview {
  box-sizing: border-box;
  position: relative;
}
.admin-preview:after {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: linear-gradient(-45deg, #AEAEAD 0%, #AEAEAD 25%, white 25%, white 50%, #AEAEAD 50%, #AEAEAD 75%, white 75%, white 100%);
  background-image: -webkit-linear-gradient(-45deg, #AEAEAD 0%, #AEAEAD 25%, white 25%, white 50%, #AEAEAD 50%, #AEAEAD 75%, white 75%, white 100%);
  background-size: 20px 20px;
  z-index: 10;
  opacity: 0.3;
  pointer-events: none;
}

.grecaptcha-badge {
  display: none !important;
}

.close {
  position: relative;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.close:before, .close:after {
  content: "";
  height: 2px;
  position: absolute;
  left: 0px;
  right: 0px;
  transform: rotate(45deg);
  top: 0px;
  bottom: 0px;
  margin: auto;
  background-color: white;
}
.close:after {
  transform: rotate(-45deg);
}

.closeSM {
  position: relative;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.closeSM:before, .closeSM:after {
  content: "";
  height: 2px;
  position: absolute;
  left: 0px;
  right: 0px;
  transform: rotate(45deg);
  top: 0px;
  bottom: 0px;
  margin: auto;
  background-color: white;
}
.closeSM:after {
  transform: rotate(-45deg);
}

/* ---------- style slick ---------- */
.slick-slider .slick-track {
  display: flex;
}

/* ---------- FIN style slick ---------- */
/* ---------- Style entête---------- */
header {
  background: white;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -o-sticky;
  position: -ms-sticky;
  position: sticky;
  top: 0px;
  z-index: 1000;
  /*.espacement-contenu {
    height:108px;
  }*/
}
header .message-alerte {
  margin: auto;
  max-width: 1360px;
  padding: 8px 32px;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #C30F00;
  color: white;
  box-sizing: border-box;
}
header .message-alerte:before {
  content: "!";
  font-size: 39px;
  line-height: 1em;
  font-weight: 600;
  margin-right: 64px;
  flex-shrink: 0;
}
header .message-alerte .message-contenu {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 16px;
  line-height: calc(1em + 8px);
  font-weight: 500;
}
header .message-alerte .close {
  flex-shrink: 0;
}
header .navigation {
  width: 100%;
  left: 0px;
  display: grid;
  grid-column-gap: 32px;
  grid-template-columns: calc((100% - 1424px) / 2) minmax(0, 1fr) calc((100% - 1424px) / 2);
}
header .navigation .nav-container {
  grid-column-start: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
header .navigation .nav-container .retour-accueil {
  display: inline-block;
  max-height: 100%;
  overflow: hidden;
  margin-left: 32px;
  flex-shrink: 0;
  margin-top: -19px;
}
header .navigation .nav-container .logo-site {
  width: 128px;
}
header .navigation .nav-container .ouvrir-menu {
  display: none;
  width: 21px;
  cursor: pointer;
}
header .navigation .nav-container .ouvrir-menu:before, header .navigation .nav-container .ouvrir-menu:after, header .navigation .nav-container .ouvrir-menu span {
  display: block;
  content: "";
  height: 2px;
  width: 100%;
  background-color: black;
}
header .navigation .nav-container .ouvrir-menu:before, header .navigation .nav-container .ouvrir-menu span {
  margin-bottom: 9px;
}
header .navigation .nav-container .menus {
  flex-grow: 1;
  margin-left: 32px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
}
header .navigation .nav-container .menus .close {
  display: none;
}

.nouvelle-full .paragraphe.img .image-container {
    overflow:hidden;
}

.nouvelle-full .paragraphe.img .image-container .n-arrow-next, .nouvelle-full .paragraphe.img .image-container .n-arrow-prev {
    position:absolute;
    top:0px;
    bottom:0px;
    margin:auto;
    width:30px;
    height:30px;
    background-image:url(/images/flechebas.svg);
    background-size:contain;
    background-position:center center;
    background-repeat:no-repeat;
    transform:rotate(90deg);
    left:0px;
    right:auto;
    z-index:10;
    filter: drop-shadow(0px 0px 5px rgba(255,255,255,0.2));
    cursor:pointer;
}

.nouvelle-full .paragraphe.img .image-container .n-arrow-next {
    left:auto;
    right:0px;
    transform:rotate(-90deg);
}

.nouvelle-full .paragraphe.img .slick-slide {
    display:flex;
}

.nouvelle-full .paragraphe.img .slick-slide > div {
    height: 100%;
    width: 100%;
    display: flex;
}

.nouvelle-full .paragraphe.img .slick-slide > div > img {
    height:100%;
    width:100%;
    object-fit:cover;
}


@media screen and (min-width: 961px) {
  header .navigation .nav-container .menus .menus-container {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
  }
  header .navigation .nav-container .menus .main-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 22px;
  }
  header .navigation .nav-container .menus .main-menu .main-menu-lien {
    text-transform: uppercase;
    font-size: 10px;
    line-height: 12px;
    font-weight: 500;
    text-decoration: none;
    color: black;
    display: inline-block;
    -webkit-transition: background-color 0.4s ease, color 0.4s ease;
    -ms-transition: background-color 0.4s ease, color 0.4s ease;
    transition: background-color 0.4s ease, color 0.4s ease;
  }
  header .navigation .nav-container .menus .main-menu .main-menu-lien:visited {
    color: inherit;
  }
  header .navigation .nav-container .menus .main-menu .main-menu-lien:not(:last-child) {
    margin-right: 38px;
  }
  header .navigation .nav-container .menus .main-menu .main-menu-lien.externe {
    font-weight: bold;
    border: 1px solid #005DAA;
    border-radius: 4px;
    padding: 5px 16px;
  }
  header .navigation .nav-container .menus .second-menu {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 4px;
    justify-content: flex-end;
    align-items: stretch;
    margin-bottom: -30px;
  }
  header .navigation .nav-container .menus .second-menu .close {
    position: absolute;
    top: 10px;
    right: 0px;
    display: block;
    width: 24px;
    height: 24px;
  }
  header .navigation .nav-container .menus .second-menu > .main-menu-lien {
    background-color: #00182B;
    color: white;
    height: 60px;
    text-align: center;
    max-width: 100%;
    width: 236px;
    position: relative;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    padding: 10px;
    box-sizing: border-box;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  header .navigation .nav-container .menus .second-menu > .main-menu-lien.avec-sous-liens {
    justify-content: space-between;
  }
  header .navigation .nav-container .menus .second-menu > .main-menu-lien.avec-sous-liens:after {
    content: "";
    display: inline-block;
    width: 11px;
    height: 7px;
    transform-position: center center;
    background: currentColor;
    -webkit-mask-image: url("/images/flechebas.svg");
    mask: url("/images/flechebas.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-size: contain;
    mask-size: contain;
    mask-position: center center;
    mask-repeat: no-repeat;
    -webkit-transition: background 0.4s ease;
    -ms-transition: background 0.4s ease;
    transition: background 0.4s ease;
  }
  header .navigation .nav-container .menus .second-menu > .main-menu-lien.ouvert + .sous-liens {
    transform: translateY(0px);
  }
  header .navigation .nav-container .menus .second-menu .sous-liens {
    overscroll-behavior: contain;
    background-color: #00182B;
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    display: grid;
    grid-column-gap: 32px;
    grid-template-columns: calc((100% - 1424px) / 2) minmax(0, 1fr) calc((100% - 1424px) / 2);
    z-index: 200;
    color: white;
    transform: translateY(-100%);
    overflow-y: auto;
    -webkit-transition: transform 0.4s ease;
    -ms-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
  }
  header .navigation .nav-container .menus .second-menu .sous-liens .container {
    grid-column-start: 2;
    position: relative;
    padding-top: 70px;
    padding-bottom: 20px;
  }
  header .navigation .nav-container .menus .second-menu .sous-liens .container .rappel-titre {
    font-size: 48px;
    line-height: calc(1em + 8px);
    font-weight: 700;
    margin-bottom: 80px;
  }
  header .navigation .nav-container .menus .second-menu .sous-liens .container .liste-liens-sous-menu {
    /*column-count:2;
    column-gap: $espacementHorizontal;*/
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
    column-gap: 32px;
  }
  header .navigation .nav-container .menus .second-menu .sous-liens .container .liste-liens-sous-menu .main-menu-lien, header .navigation .nav-container .menus .second-menu .sous-liens .container .liste-liens-sous-menu li:before {
    color: white;
    display: block;
    font-size: 24px;
    line-height: 35px;
    font-weight: 500;
    margin-bottom: 35px;
  }
  header .navigation .nav-container .menus .second-menu .sous-liens .container .liste-liens-sous-menu .main-menu-lien:visited, header .navigation .nav-container .menus .second-menu .sous-liens .container .liste-liens-sous-menu li:before:visited {
    color: inherit;
  }
  header .navigation .nav-container .menus .second-menu .sous-liens .container .liste-liens-sous-menu .item-sous-menu.vue .avec-sous-sous-liens:after {
    bottom: 4px;
  }
  header .navigation .nav-container .menus .second-menu .sous-liens .container .liste-liens-sous-menu .item-sous-menu.vue .avec-sous-sous-liens:before {
    transform: rotate(180deg);
    top: 4px;
  }
  header .navigation .nav-container .menus .second-menu .sous-liens .container .liste-liens-sous-menu .item-sous-menu {
    display: flex;
  }
  header .navigation .nav-container .menus .second-menu .sous-liens .container .liste-liens-sous-menu .item-sous-menu .avec-sous-sous-liens {
    padding-right: 40px;
    position: relative;
  }
  header .navigation .nav-container .menus .second-menu .sous-liens .container .liste-liens-sous-menu .item-sous-menu .avec-sous-sous-liens:after {
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    right: 0px;
    transform-position: center center;
    background: currentColor;
    -webkit-mask-image: url("/images/flechebas.svg");
    mask: url("/images/flechebas.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-size: contain;
    mask-size: contain;
    mask-position: center center;
    mask-repeat: no-repeat;
  }
  header .navigation .nav-container .menus .second-menu .sous-liens .container .liste-liens-sous-menu .item-sous-menu .avec-sous-sous-liens:before {
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    right: 0px;
    transform-position: center center;
    background: currentColor;
    -webkit-mask-image: url("/images/flechebas.svg");
    mask: url("/images/flechebas.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-size: contain;
    mask-size: contain;
    mask-position: center center;
    mask-repeat: no-repeat;
  }
  header .navigation .nav-container .menus .second-menu .sous-liens .container .liste-liens-sous-menu .sous-sous-liens {
    display: none;
  }
  header .navigation .nav-container .menus .second-menu .sous-liens .container .liste-liens-sous-menu .liste-liens-sous-sous-menu {
    column-count: 1;
  }
  header .navigation .nav-container .menus .second-menu .sous-liens .container .liste-liens-sous-menu .liste-liens-sous-sous-menu a {
    font-weight: normal;
  }
  header .navigation .nav-container .menus .second-menu .sous-liens .container .liste-liens-sous-menu .liste-liens-sous-sous-menu ul, header .navigation .nav-container .menus .second-menu .sous-liens .container .liste-liens-sous-menu .liste-liens-sous-sous-menu ol {
    margin-left: 30px;
    padding: 0px;
    list-style-type: none;
    font-weight: 500;
  }
  header .navigation .nav-container .menus .second-menu .sous-liens .container .liste-liens-sous-menu .liste-liens-sous-sous-menu ul li, header .navigation .nav-container .menus .second-menu .sous-liens .container .liste-liens-sous-menu .liste-liens-sous-sous-menu ol li {
    position: relative;
    padding-left: 20px;
  }
  header .navigation .nav-container .menus .second-menu .sous-liens .container .liste-liens-sous-menu .liste-liens-sous-sous-menu ul li:not(:last-child), header .navigation .nav-container .menus .second-menu .sous-liens .container .liste-liens-sous-menu .liste-liens-sous-sous-menu ol li:not(:last-child) {
    /*margin-bottom:calc(1em + 8px);*/
    margin-bottom: 1em;
  }
  header .navigation .nav-container .menus .second-menu .sous-liens .container .liste-liens-sous-menu .liste-liens-sous-sous-menu ul li:before, header .navigation .nav-container .menus .second-menu .sous-liens .container .liste-liens-sous-menu .liste-liens-sous-sous-menu ol li:before {
    content: "–";
    position: absolute;
    top: 0px;
    left: 0px;
  }
  header .navigation .nav-container .menus .menus-mobile {
    display: none;
  }
}

.entete-images {
  height: 313px;
  display: grid;
  grid-column-gap: 32px;
  grid-template-columns: calc((100% - 1424px) / 2) repeat(3, minmax(0, 1fr)) calc((100% - 1424px) / 2);
  width: 100%;
}
.entete-images .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.entete-images > .image:first-child, .entete-images > .image:last-child {
  grid-column-end: span 2;
}
.entete-images > .image:first-child:last-child {
  grid-column-end: span 5;
}
.entete-images.dia1-2 > .image:last-child {
  grid-column-end: span 3;
}
.entete-images.dia2-1 > .image:first-child {
  grid-column-end: span 3;
}

/* ---------- FIN style entête ---------- */
/* ---------- Style sections ---------- */
.btn {
  font-weight: 600;
  font-size: 16px;
  color: white;
  background-color: #005DAA;
  box-shadow: 0px 3px 6px #00000067;
  border-radius: 4px;
  padding: 6px 32px;
  border: 2px solid #005DAA;
  cursor: pointer;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  -webkit-transition: color 0.4s ease, background-color 0.4s ease, border-color 0.4s ease;
  -ms-transition: color 0.4s ease, background-color 0.4s ease, border-color 0.4s ease;
  transition: color 0.4s ease, background-color 0.4s ease, border-color 0.4s ease;
}
.btn.avec-fleche {
  padding: 6px 38px 6px 15px;
  position: relative;
}
.btn.avec-fleche:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 7px;
  position: absolute;
  transform-position: center center;
  right: 16px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  transform: rotate(-90deg);
  background: currentColor;
  -webkit-mask-image: url("/images/flechebas.svg");
  mask: url("/images/flechebas.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-transition: background 0.4s ease;
  -ms-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.btn.btn-blanc {
  background-color: white;
  color: #005DAA;
  border-color: white;
}

.contenu .texte a:not(.btn) {
  color: #005DAA;
  text-decoration: none;
  cursor: pointer;
  font-weight: 500;
  -webkit-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.contenu .texte ul, .contenu .texte ol {
  padding: 0px;
  list-style-type: none;
  font-weight: 500;
}
.contenu .texte ul li, .contenu .texte ol li {
  position: relative;
  padding-left: 20px;
}
.contenu .texte ul li:not(:last-child), .contenu .texte ol li:not(:last-child) {
  /*margin-bottom:calc(1em + 8px);*/
  margin-bottom: 1em;
}
.contenu .texte ul li:before, .contenu .texte ol li:before {
  content: "–";
  position: absolute;
  top: 0px;
  left: 0px;
}
.contenu .texte ol {
  counter-reset: section;
}
.contenu .texte ol li:before {
  counter-increment: section;
  content: counters(section, ".") ". ";
}
.contenu .texte img {
  height: auto;
  width: 100%;
}
.contenu.esp_petit {
  padding-top: 28px;
}
.contenu > .section {
  display: grid;
  grid-template-columns: calc((100% - 1424px) / 2) repeat(3, minmax(0, 1fr)) calc((100% - 1424px) / 2);
  grid-column-gap: 32px;
  grid-row-gap: 28px;
  margin-bottom: 0px;
}
.contenu > .section:not(:last-child).s_esp_petit:not(:last-child) {
  margin-bottom: 60px;
}
.contenu > .section:not(:last-child).s_esp_grand:not(:last-child) {
  margin-bottom: 125px;
}
.contenu > .section > .titre-section-container .titre-section {
  font-weight: 600;
  font-size: 32px;
  line-height: calc(1em + 8px);
}
.contenu > .section > .titre-section-container .soustitre-section {
  font-size: 24px;
  line-height: calc(1em + 6px);
  font-weight: 500;
}
.contenu > .section.bg-bleu {
  background-color: #00182B;
  color: white;
  padding-top: 70px;
  padding-bottom: 60px;
  grid-row-gap: 40px;
}
.contenu > .section.bg-bleu > .titre-section-container {
  text-align: center;
}
.contenu > .section.bg-bleu > .titre-section-container .titre-section {
  font-weight: 700;
  font-size: 48px;
  line-height: calc(1em + 8px);
}
.contenu > .section.section-entete.titre-seul {
  margin-bottom: 25px;
}
.contenu > .section.section-entete.soustitre-visible {
  margin-bottom: 36px;
}
.contenu > .section.section-entete.btns-visible {
  margin-bottom: 108px;
}
.contenu > .section.section-entete .titre-page {
  font-size: 48px;
  font-weight: 700;
}
.contenu > .section.section-entete .soustitre-page {
  font-size: 24px;
  line-height: calc(1em + 6px);
  font-weight: 500;
}
.contenu > .section.section-entete .ancres .btn {
  margin-bottom: 4px;
}
.contenu > .section.section-entete .ancres .btn:not(:last-child) {
  margin-right: 16px;
}
.contenu > .section > .full {
  grid-column-end: span 5;
}
.contenu > .section > .wrap {
  grid-column-start: 2;
  grid-column-end: span 3;
  display: grid;
  grid-column-gap: 32px;
  grid-row-gap: 28px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  /*> .d1-5 {width:20%;}
  > .d2-5 {width:40%;}
  > .d3-5 {width:60%;}
  > .d4-5 {width:80%;}*/
}
.contenu > .section > .wrap > .d1-2 {
  grid-column-end: span 6;
}
.contenu > .section > .wrap > .d1-3 {
  grid-column-end: span 4;
}
.contenu > .section > .wrap > .d1-4 {
  grid-column-end: span 3;
}
.contenu > .section > .wrap > .d2-3 {
  grid-column-end: span 8;
}
.contenu > .section > .wrap > .d3-4 {
  grid-column-end: span 9;
}
.contenu > .section > .wrap > .d1-6 {
  grid-column-end: span 2;
}
.contenu > .section > .wrap > .d5-6 {
  grid-column-end: span 10;
}
.contenu > .section > .wrap > .paragraphe1 {
  grid-column-end: span 12;
}

/* ---------- Bloc nouvelles ---------- */
.single-nouvelle-bloc {
  display: flex;
  flex-direction: column;
}
.single-nouvelle-bloc, .single-nouvelle-bloc:visited {
  color: white;
}
.single-nouvelle-bloc .image-container {
  width: 100%;
  height: 0px;
  padding-bottom: 66.6666666667%;
  position: relative;
  margin-bottom: 0px;
}
.single-nouvelle-bloc .image-container img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-nouvelle-bloc:hover .contenu-liste-nouvelle {
  background: #005DAA;
}
.single-nouvelle-bloc .contenu-liste-nouvelle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #00182B;
  padding: 22px;
  flex-grow: 1;
  transition: background 0.3s ease;
}
.single-nouvelle-bloc .contenu-liste-nouvelle > :not(:last-child) {
  margin-bottom: 10px;
}
.single-nouvelle-bloc .titre-publication {
  font-size: 24px;
  line-height: calc(1em + 8px);
  font-weight: 500;
  padding-right: 25px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
}
.single-nouvelle-bloc .titre-publication:after {
  content: "";
  display: inline-block;
  width: 23px;
  height: 15px;
  position: absolute;
  transform-position: center center;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  transform: rotate(-90deg);
  background: white;
  -webkit-mask-image: url("/images/flechebas.svg");
  mask: url("/images/flechebas.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  mask-position: center center;
  mask-repeat: no-repeat;
}
@supports (-webkit-line-clamp: 2) {
  .single-nouvelle-bloc .titre-publication {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

/* ---------- Bloc nouvelles ---------- */
/* ------------- YOUTUBE  ------------- */
.contenu .youtube {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  margin-top: 30px;
}

.contenu .youtube .thumbnail {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.contenu .youtube .blurry {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  top: -5px;
  left: -5px;
  bottom: -5px;
  right: -5px;
}

.contenu .youtube:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(/images/youtube_icon.png);
  background-size: 128px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 5;
}

.contenu .youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

/* Si rien ne sépare l'entête du contenu */
header + .contenu.esp_petit {
  padding-top: 58px;
}

.paragraphe.std .texte.cols {
  column-gap: 32px;
  column-rule: 0 transparent none;
  /*&[class*=' col'] {
    column-gap: $espacementHorizontal;
    column-rule: 0 transparent none;
  }*/
}
.paragraphe.std.paragraphe1 .texte.cols {
  column-count: 3;
}
.paragraphe.std.d2-3 .texte.cols {
  column-count: 2;
}
.paragraphe.std .texte .btn:not(:first-child) {
  margin-top: 20px;
}
.paragraphe.mimg .grid-images-slides {
  display: grid;
  grid-column-gap: 32px;
  grid-row-gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-items: stretch;
  align-items: stretch;
  width: 100%;
}
.paragraphe.mimg .grid-images-slides > .bloc-images {
  width: 100%;
  height: 0px;
  padding-bottom: 55%;
  overflow: hidden;
  position: relative;
}
.paragraphe.mimg .grid-images-slides > .bloc-images:nth-child(2):not(:last-child) {
  grid-row-end: span 2;
  /*grid-row-start: 2;*/
  align-self: stretch;
  height: auto;
  padding: 0px;
}
.paragraphe.mimg .grid-images-slides > .bloc-images:nth-child(4):last-child {
  grid-column-end: span 2;
}
.paragraphe.mimg .grid-images-slides > .bloc-images:first-child:last-child {
  grid-column-end: span 2;
}
.paragraphe.mimg .grid-images-slides .slider-images {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
}
.paragraphe.mimg .grid-images-slides .slider-images .slick-list, .paragraphe.mimg .grid-images-slides .slider-images .slick-track {
  width: 100%;
  height: 100%;
}
.paragraphe.mimg .grid-images-slides .slider-images .slick-slide > div {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  height: 100%;
}
.paragraphe.mimg .grid-images-slides .slider-single-image-container {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex !important;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 22px 32px;
  box-sizing: border-box;
  overflow: hidden;
}
.paragraphe.mimg .grid-images-slides .slider-single-image-container:hover img, .paragraphe.mimg .grid-images-slides .slider-single-image-container:hover video {
  transform: scale(1.05);
}
.paragraphe.mimg .grid-images-slides .slider-single-image-container img, .paragraphe.mimg .grid-images-slides .slider-single-image-container video {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.paragraphe.mimg .grid-images-slides .slider-single-image-container .titre-image {
  position: relative;
  color: white;
  text-shadow: 0px 3px 6px #00000065;
  font-size: 48px;
  line-height: calc(1em + 8px);
  font-weight: 700;
  max-width: 460px;
}
.paragraphe.dia {
  overflow: hidden;
}
.paragraphe.dia .diaporama-contenu img, .paragraphe.dia .diaporama-contenu video {
  width: 100%;
}
.paragraphe.dia .diaporama-contenu.sli .diaporama-slider {
  position: relative;
}
.paragraphe.dia .diaporama-contenu.sli .diaporama-slider .slick-list {
  position: relative;
  z-index: 1;
}
.paragraphe.dia .diaporama-contenu.sli .diaporama-slider .diapo-slide {
  position: relative;
  vertical-align: top;
}
.paragraphe.dia .diaporama-contenu.sli .diaporama-slider .diapo-slide .video-container {
  height: 0px;
  overflow: hidden;
  position: relative;
}
.paragraphe.dia .diaporama-contenu.sli .diaporama-slider .diapo-slide .video-container video {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.paragraphe.dia .diaporama-contenu.sli .diaporama-slider .diapo-slide .infos-slide {
  position: absolute;
  max-width: 1360px;
  margin: auto;
  top: 15%;
  left: 0px;
  right: 0px;
  box-sizing: border-box;
  padding-left: 32px;
  padding-right: 32px;
}
.paragraphe.dia .diaporama-contenu.sli .diaporama-slider .diapo-slide .infos-slide > .texte-diapo {
  color: white;
  font-size: 48px;
  line-height: calc(1em + 8px);
  font-weight: 700;
  text-shadow: 0px 3px 6px #00000065;
  width: calc(100% / 3 + 32px);
}
.paragraphe.dia .diaporama-contenu.sli .diaporama-slider .diapo-slide .infos-slide > :not(:last-child) {
  margin-bottom: 38px;
}
.paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces {
  display: flex;
  padding: 0px;
  list-style-type: none;
  align-items: center;
  position: absolute;
  width: 100%;
  margin: auto;
  pointer-events: none;
  z-index: 2;
  /* Horizontal */
  /* Vertical */
  /* Format des boutons */
}
.paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces li {
  pointer-events: all;
  margin: 5px;
  line-height: 18px;
}
.paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces li button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #005DAA;
  background-color: white;
  border: none;
  box-shadow: 0px 3px 6px #00000067;
  font-size: 12px;
  line-height: 18px;
  height: 18px;
  width: 18px;
  display: inline-block;
  padding: 0px;
  box-sizing: border-box;
  font-weight: 700;
  box-sizing: border-box;
  -webkit-transition: color 0.4s ease, background-color 0.4s ease;
  -ms-transition: color 0.4s ease, background-color 0.4s ease;
  transition: color 0.4s ease, background-color 0.4s ease;
  vertical-align: top;
}
.paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces li.slick-active button {
  color: white;
  background-color: #005DAA;
}
.paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-hbg, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-hhg {
  flex-direction: row;
  justify-content: flex-start;
}
.paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-hbc, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-hhc {
  flex-direction: row;
  justify-content: center;
}
.paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-hbd, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-hhd {
  flex-direction: row;
  justify-content: flex-end;
}
.paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-hhg, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-hhc, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-hhd, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-hbg, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-hbc, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-hbd {
  max-width: 1360px;
  left: 0px;
  right: 0px;
}
.paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-hbg, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-hbc, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-hbd {
  bottom: 40px;
}
.paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-hhg, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-hhc, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-hhd {
  top: 40px;
}
.paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-vgh, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-vdh {
  flex-direction: column;
  justify-content: flex-start;
}
.paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-vgc, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-vdc {
  flex-direction: column;
  justify-content: center;
}
.paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-vgb, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-vdb {
  flex-direction: column;
  justify-content: flex-end;
}
.paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-vgh, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-vgc, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-vgb, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-vdh, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-vdc, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-vdb {
  max-width: 1360px;
  top: 40px;
  bottom: 40px;
}
.paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-vgh, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-vgc, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-vgb {
  align-items: flex-start;
}
.paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-vdh, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-vdc, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-vdb {
  align-items: flex-end;
}
.paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.puce_ronde button, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.puce_ronde_num button {
  border-radius: 50%;
}
.paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.puce_ronde button, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.puce_carree button {
  font-size: 0px;
  color: transparent;
  border: 4px solid white;
  background-color: white;
}
.paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.puce_ronde li.slick-active button, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.puce_carree li.slick-active button {
  background-color: #005DAA;
}
.paragraphe.dia .diaporama-contenu.mos {
  padding: 36px calc((100% / 3 / 2) - 20px);
}
.paragraphe.dia .diaporama-contenu.mos .diaporama-slider {
  padding-top: 32px;
  padding-bottom: 32px;
  overflow: hidden;
}
.paragraphe.dia .diaporama-contenu.mos .slick-slide > div {
  height: 100%;
}
.paragraphe.dia .diaporama-contenu.mos .diapo-slide {
  position: relative;
  z-index: 1;
  background: white;
  box-sizing: border-box;
  border: 1px solid #DBDBDB;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  transition-delay: 0s;
  margin: 0px;
  height: 100%;
  width: 100%;
  display: flex !important;
  flex-direction: column;
}
.paragraphe.dia .diaporama-contenu.mos .diapo-slide .infos-slide {
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  transition-delay: 0s;
  text-align: center;
  padding: 32px 20px;
}
.paragraphe.dia .diaporama-contenu.mos .diapo-slide .infos-slide > :not(:last-child) {
  margin-bottom: 20px;
}
.paragraphe.dia .diaporama-contenu.mos .diapo-slide .infos-slide .titre-diapo {
  color: #005DAA;
  font-weight: 500;
  font-size: 26px;
  line-height: 20px;
}
.paragraphe.dia .diaporama-contenu.mos .diapo-slide .infos-slide .texte-diapo {
  font-size: 14px;
  line-height: 24px;
  font-family: Arial, sans-serif;
  color: black;
}
.paragraphe.dia .diaporama-contenu.mos .diapo-slide:after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: #DDDDDD;
  opacity: 0.74;
  -webkit-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  transition-delay: 0s;
  cursor: pointer;
}
.paragraphe.dia .diaporama-contenu.mos .diapo-slide:hover:after {
    opacity: 0.2;
}
.paragraphe.dia .diaporama-contenu.mos .slick-active.slick-center .diapo-slide {
  cursor: unset;
  display: inline-block;
  position: relative;
  z-index: 10;
  height: calc(100% + 80px);
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transition-delay: 0.2s;
}
.paragraphe.dia .diaporama-contenu.mos .slick-active.slick-center .diapo-slide .infos-slide {
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transition-delay: 0.2s;
}
.paragraphe.dia .diaporama-contenu.mos .slick-active.slick-center .diapo-slide:after {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  transition-delay: 0.2s;
  pointer-events: none;
}
.paragraphe.gimg .gimg-titre-container:not(:last-child) {
  margin-bottom: 28px;
}
.paragraphe.gimg .gimg-liste-images {
  display: grid;
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-columns: minmax(0, 1fr);
}
.paragraphe.gimg .gimg-single-image-container {
  position: relative;
  overflow: hidden;
}
.paragraphe.gimg .gimg-single-image-container:hover img {
  transform: scale(1.05);
}
.paragraphe.gimg .gimg-single-image-container img {
  vertical-align: top;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.paragraphe.gimg .gimg-single-image-container .gimg-titre-image {
  color: #000000;
  font-size: 24px;
  line-height: calc(1em + 8px);
  font-weight: 500;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
  background-color: #FFFFFF7F;
  padding: 20px 10px;
  box-sizing: border-box;
}
.paragraphe.lint > .lint-nouvelles .nouvelles-container {
  display: grid;
  grid-template-columns: calc((100% - 1424px) / 2) repeat(3, minmax(0, 1fr)) calc((100% - 1424px) / 2);
  grid-column-gap: 32px;
  grid-row-gap: 95px;
  position: relative;
}
.paragraphe.lint > .lint-nouvelles .main-nouvelle-image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.paragraphe.lint > .lint-nouvelles .main-nouvelle-contenu {
  grid-column-start: 4;
  background: #005DAA;
  color: white;
  padding: 126px 40px 40px 40px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.paragraphe.lint > .lint-nouvelles .main-nouvelle-contenu > :not(:last-child) {
  margin-bottom: 20px;
}
.paragraphe.lint > .lint-nouvelles .main-nouvelle-contenu .titre-publication {
  font-size: 32px;
  line-height: calc(1em + 8px);
  font-weight: 500;
}
.paragraphe.lint > .lint-nouvelles .liste-nouvelles-container {
  position: relative;
  grid-column-start: 1;
  grid-column-end: span 5;
  display: grid;
  grid-template-columns: calc((100% - 1424px) / 2) minmax(0, 1fr) calc((100% - 1424px) / 2);
  grid-column-gap: 32px;
  grid-row-gap: 28px;
}
.paragraphe.lint > .lint-nouvelles .liste-nouvelles-container:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  height: 50%;
  background-color: white;
}
.paragraphe.lint > .lint-nouvelles .liste-nouvelles-container > .liste-nouvelles {
  position: relative;
  display: grid;
  grid-column-start: 2;
  grid-column-gap: 32px;
  grid-row-gap: 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.paragraphe.lint > .lint-carte .google-map {
  height: 490px;
  width: 100%;
}
.paragraphe.lint > .lint-calendrier .calendrier-container {
  display: grid;
  grid-template-columns: calc((100% - 1424px) / 2) repeat(3, minmax(0, 1fr)) calc((100% - 1424px) / 2);
  grid-column-gap: 32px;
  grid-row-gap: 28px;
}
.paragraphe.lint > .lint-calendrier .calendrier-container .calendrier {
  grid-column-start: 2;
}
.paragraphe.lint > .lint-calendrier .calendrier-container .datepicker-inline {
  width: 100%;
}
.paragraphe.lint > .lint-calendrier .calendrier-container .datepicker-inline .datepicker {
  width: 100%;
  border-width: 0px;
  font-family: "Jost", sans-serif;
}
.paragraphe.lint > .lint-calendrier .calendrier-container .datepicker-inline .datepicker--nav {
  color: white;
  background: #005DAA;
  justify-content: center;
  font-size: 24px;
  line-height: calc(1em + 8px);
  padding: 10px 5px;
}
.paragraphe.lint > .lint-calendrier .calendrier-container .datepicker-inline .datepicker--nav-action path {
  stroke: white;
}
.paragraphe.lint > .lint-calendrier .calendrier-container .datepicker-inline .datepicker--nav-action:hover {
  background-color: unset;
}
.paragraphe.lint > .lint-calendrier .calendrier-container .datepicker-inline .datepicker--nav-title:hover {
  background: unset;
}
.paragraphe.lint > .lint-calendrier .calendrier-container .datepicker-inline .datepicker--day-name {
  color: black;
  font-size: 12px;
  line-height: 16px;
  border: 1px solid white;
  font-weight: 500;
  background-color: #DBDBDB;
  padding: 4px 0px;
  margin-top: 0px;
  margin-bottom: 20px;
}
.paragraphe.lint > .lint-calendrier .calendrier-container .datepicker-inline .datepicker--day-name.-weekend- {
  color: #005DAA;
  font-weight: 800;
}
.paragraphe.lint > .lint-calendrier .calendrier-container .datepicker-inline .datepicker--content {
  padding: 20px 55px;
  border: 1px solid #DBDBDB;
  border-top-width: 0px;
  box-sizing: border-box;
}
.paragraphe.lint > .lint-calendrier .calendrier-container .datepicker-inline .datepicker--cell {
  background-color: #FCFCFC;
  border-radius: 0px;
}
.paragraphe.lint > .lint-calendrier .calendrier-container .datepicker-inline .datepicker--cell-day {
  width: calc(100% / 7);
  box-sizing: border-box;
  border: 1px solid white;
  height: 38px;
  font-size: 12px;
  line-height: 16px;
  color: black;
  display: flex;
  align-items: flex-start;
  padding-top: 8px;
  box-sizing: border-box;
  flex-wrap: wrap;
}
.paragraphe.lint > .lint-calendrier .calendrier-container .datepicker-inline .datepicker--cell-day.-focus- {
  background-color: #f0f0f0;
}
.paragraphe.lint > .lint-calendrier .calendrier-container .datepicker-inline .datepicker--cell-day.-disabled- {
  color: black;
}
.paragraphe.lint > .lint-calendrier .liste-calendrier {
  grid-column-end: span 2;
  display: flex;
  flex-direction: column;
}
.paragraphe.lint > .lint-calendrier .liste-calendrier .liste {
  border: 1px solid #DBDBDB;
  padding: 14px;
  box-sizing: border-box;
  max-width: 612px;
  width: 100%;
  flex-grow: 1;
}
.paragraphe.lint > .lint-calendrier .filtres-calendrier {
  margin-bottom: 18px;
  display: flex;
}
.paragraphe.lint > .lint-calendrier .btn-calendrier {
  font-size: 16px;
  line-height: calc(1em + 8px);
  font-weight: 600;
  color: #DBDBDB;
  border: 1px solid #DBDBDB;
  background-color: #F0F0F0;
  border-radius: 4px;
  display: inline-block;
  padding: 7px 9px;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.paragraphe.lint > .lint-calendrier .btn-calendrier:not(:last-child) {
  margin-right: 14px;
}
.paragraphe.lint > .lint-calendrier .btn-calendrier.actif {
  background: #727272;
  border-color: #727272;
  color: white;
}
.paragraphe.lint > .lint-calendrier .btn-calendrier.actif.pratique {
  background-color: #005DAA;
  border-color: #005DAA;
}
.paragraphe.lint > .lint-calendrier .btn-calendrier.actif.competition {
  background-color: #FFC500;
  border-color: #FFC500;
}
.paragraphe.lint > .lint-calendrier .filtres-selectionnes {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.paragraphe.lint > .lint-calendrier .filtres-selectionnes input[type=checkbox] {
  display: none;
}
.paragraphe.lint > .lint-calendrier .filtres-selectionnes input[type=checkbox] + .infos-filtre {
  display: none;
  color: white;
  background: #727272;
  border-radius: 4px;
  font-size: 12px;
  line-height: 16px;
  padding: 3px 5px;
  font-weight: 400;
  margin-bottom: 4px;
  margin-right: 16px;
}
.paragraphe.lint > .lint-calendrier .filtres-selectionnes input[type=checkbox] + .infos-filtre.pratique {
  background-color: #005DAA;
}
.paragraphe.lint > .lint-calendrier .filtres-selectionnes input[type=checkbox] + .infos-filtre.competition {
  background-color: #FFC500;
}
.paragraphe.lint > .lint-calendrier .filtres-selectionnes input[type=checkbox] + .infos-filtre > span {
  margin-right: 16px;
}
.paragraphe.lint > .lint-calendrier .filtres-selectionnes input[type=checkbox] + .infos-filtre .close {
  width: 10px;
  height: 10px;
}
.paragraphe.lint > .lint-calendrier .filtres-selectionnes input[type=checkbox] + .infos-filtre .close:before, .paragraphe.lint > .lint-calendrier .filtres-selectionnes input[type=checkbox] + .infos-filtre .close:after {
  height: 1px;
}
.paragraphe.lint > .lint-calendrier .filtres-selectionnes input[type=checkbox]:checked + .infos-filtre {
  display: inline-flex;
  align-items: center;
}
.paragraphe.lint > .lint-calendrier .point-date-evenement {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #005DAA;
}
.paragraphe.lint > .lint-calendrier .point-date-evenement[data-type=c] {
  background-color: #FFC500;
}
.paragraphe.lint > .lint-calendrier .liste-points {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.paragraphe.lint > .lint-calendrier .liste-points .point-date-evenement:not(:last-child) {
  margin-right: 2px;
}
.paragraphe.lint > .lint-calendrier .single-event {
  display: flex;
  align-items: center;
  padding: 8px;
  box-sizing: border-box;
  background-color: #F0F0F0;
}
.paragraphe.lint > .lint-calendrier .single-event:not(:last-child) {
  margin-bottom: 8px;
}
.paragraphe.lint > .lint-calendrier .single-event .titre {
  font-size: 16px;
  line-height: 1em;
  color: black;
}
.paragraphe.lint > .lint-calendrier .single-event .date {
  font-size: 12px;
  line-height: 16px;
  color: #727272;
}
.paragraphe.lint > .lint-calendrier .single-event .infos {
  flex-grow: 1;
}
.paragraphe.lint > .lint-calendrier .single-event .heure {
  width: 44px;
  text-align: center;
  border-radius: 4px;
  background: #005DAA;
  color: white;
  padding: 3px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 16px;
}
.paragraphe.lint > .lint-calendrier .single-event .point-date-evenement {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 10px;
}
.paragraphe.img .image-container {
  position: relative;
}
.paragraphe.img .image-container img {
  width: 100%;
}
.paragraphe.img .image-container .infos-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  color: white;
  pointer-events: none;
}
.paragraphe.img .image-container .infos-image .titre-bloc {
  margin: 0px;
  font-weight: 500;
  padding-right: 25%;
  font-size: 24px;
  line-height: calc(1em + 12px);
  text-shadow: 0px 3px 6px #00000065;
}
.paragraphe.img .image-container .infos-image .btn {
  pointer-events: all;
}
.paragraphe.img .image-container .infos-image .btn:only-child {
  position: absolute;
  bottom: 25px;
  left: 25px;
  max-width: calc(100% - 50px);
}
.paragraphe.limg .image-container:not(:last-child) {
  margin-bottom: calc(1em + 8px);
}
.paragraphe.vidf .video-container {
  position: relative;
}
.paragraphe.vidf .video-container:not(:last-child) {
  margin-bottom: 28px;
}
.paragraphe.vidf .btn-mute {
  position: absolute;
  top: 85px;
  right: 120px;
  width: 40px;
  height: 40px;
  display: block;
  background-color: white;
  -webkit-mask-image: url("/images/volume-on.svg");
  mask: url("/images/volume-on.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  mask-position: center center;
  mask-repeat: no-repeat;
}
.paragraphe.vidf .btn-mute.muted {
  -webkit-mask-image: url("/images/mute.svg");
  mask: url("/images/mute.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  mask-position: center center;
  mask-repeat: no-repeat;
}
.paragraphe.vidf video {
  width: 100%;
}
.paragraphe.vid .section-video:not(:last-child) {
  margin-bottom: 28px;
}
.paragraphe.vid .youtube {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.paragraphe.vid .youtube .thumbnail {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.paragraphe.vid .youtube .blurry {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  top: -5px;
  left: -5px;
  bottom: -5px;
  right: -5px;
}
.paragraphe.vid .youtube:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(/images/youtube_icon.png);
  background-size: 128px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 5;
}
.paragraphe.vid .youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

/* ---------- FIN style sections ---------- */
/* ---------- Style footer ---------- */
footer a {
  color: black;
}
footer .wrap {
  width: 100%;
  max-width: 1424px;
  margin: auto;
  padding: 0 32px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
footer .footerHaut {
  min-height: 100px;
  background: white;
  display: flex;
  margin-top: 85px;
  margin-bottom: 30px;
}
footer .footerHaut .wrap > :not(.logoFondation) {
  margin-top: 24px;
}
footer .footerHaut .wrap > :not(:last-child) {
  margin-right: 32px;
}
footer .footerHaut .logoFondation {
  width: 183px;
  height: 106px;
}
footer .footerHaut .infos-companie {
  display: flex;
  font-size: 12px;
  justify-content: space-between;
}
footer .footerHaut .infos-companie > :not(:last-child) {
  margin-right: 32px;
}
footer .footerHaut .infos-companie p {
  margin-bottom: 5px;
}
footer .footerHaut .container-liens {
  /*display: flex;
  flex-direction: column;*/
  font-weight: 700;
  /*justify-content: space-between;*/
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
footer .footerHaut .container-logos {
  display: flex;
  text-align: center;
  font-weight: 700;
}
footer .footerHaut .container-logos > div:not(:last-child) {
  margin-right: 12px;
}
footer .footerHaut .container-logos .logoSocial {
  max-height: 70px;
  max-width: 110px;
}
footer .footerBas {
  height: 50px;
  color: white;
  background: #00182B;
  display: flex;
}
footer .footerBas .wrap .reseaux-sociaux {
  display: flex;
  align-items: center;
}
footer .footerBas .wrap .reseaux-sociaux > :not(:last-child) {
  margin-right: 12px;
}
footer .footerBas .wrap .reseaux-sociaux a {
  display: inline-block;
}
footer .footerBas .wrap .reseaux-sociaux a img {
  vertical-align: middle;
}
footer .footerBas .wrap a {
  color: white;
}

/* ---------- FIN style footer ---------- */
/* ---------- Style Bottin --------- */
.section.equipe .form-bottin {
  display: flex;
  flex-direction: column;
}
.section.equipe .form-bottin .btn {
  margin-right: auto;
}
.section.equipe .form-bottin #fonction, .section.equipe .form-bottin #matiere, .section.equipe .form-bottin #niveau {
  background: url("/images/flechebas.svg") no-repeat center;
  background-position-x: calc(100% - 15px);
  /*&:focus {
    background-color: blue;
  }*/
}
.section.equipe .resultat-recherche .infos {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 10px;
}
.section.equipe .resultat-recherche .infos .personnel {
  width: calc(50% - 20px);
}
.section.equipe .resultat-recherche .infos .personnel h3 {
  margin-bottom: 0;
  font-weight: 500;
}
.section.equipe .resultat-recherche .infos .personnel .ligne-bottin {
  display: flex;
}
.section.equipe .resultat-recherche .infos .personnel .ligne-bottin .titre-ligne {
  font-weight: 500;
  margin-right: 5px;
  flex-shrink: 0;
}
.section.equipe .resultat-recherche .infos .personnel .ligne-bottin .courriel {
  font-weight: 500;
  color: #005DAA;
}

.section.nouvelles .resultat-recherche {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-column-gap: 32px;
  grid-row-gap: 28px;
}

.input-container-recherche {
  width: 100%;
  max-width: 432px;
  margin-right: 0px;
  margin-left: auto;
  position: relative;
}
.input-container-recherche input:not([type=checkbox]) {
  padding-right: 45px;
  margin-bottom: 0px !important;
  width: 100%;
  font-size: 16px;
  color: black;
}
.input-container-recherche .loupe {
  position: absolute;
  top: 0px;
  right: 15px;
  bottom: 0px;
  margin: auto;
  display: block;
  width: 25px;
  height: 25px;
  cursor: pointer;
  -webkit-mask-image: url("/images/icons/loupe.svg");
  mask: url("/images/icons/loupe.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  mask-position: center center;
  mask-repeat: no-repeat;
  background-color: black;
}

.texte-resultats-recherche {
  font-size: 32px;
  line-height: 24px;
  font-weight: 500;
}
.texte-resultats-recherche .texte-recherche {
  color: #005DAA;
}

.section.nouvelles .aucun-resultat-nouvelle {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  padding: 40px 0px;
  grid-column-end: span 3;
}
.section.nouvelles .btn-container {
  text-align: center;
}

/* ---------- FIN Style Bottin --------- */
/* ---------- Style nous joindre ----------*/
#nous-joindre-formulaire .wrap {
  display: flex;
  flex-direction: column;
}
#nous-joindre-formulaire .wrap .container-joindre {
  display: flex;
}
#nous-joindre-formulaire .wrap .container-joindre form {
  width: 60%;
}
#nous-joindre-formulaire .wrap .container-joindre form:not(:last-child) {
  margin-right: 33px;
}
#nous-joindre-formulaire .wrap .container-joindre form .champs .joindre-fichier > label {
  display: flex !important;
}
#nous-joindre-formulaire .wrap .container-joindre form .champs .joindre-fichier input {
  width: calc((100% - 60px) / 4 * 3);
}
#nous-joindre-formulaire .wrap .container-joindre form .champs .joindre-fichier a {
  width: 110px;
  height: 50px;
  box-sizing: border-box;
  border-radius: 0;
  text-align: center;
  font-size: 16px;
  outline: none;
  color: #005DAA;
  border: 1px solid #005DAA;
  padding: 10px 5px;
}
#nous-joindre-formulaire .wrap .container-joindre form .champs .joindre-fichier a:hover {
  background-color: #005DAA;
  color: white;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
#nous-joindre-formulaire .wrap .container-joindre form .champs .joindre-fichier .flex {
  display: flex;
}
#nous-joindre-formulaire .wrap .container-joindre form .champs .joindre-fichier .space-between {
  justify-content: space-between;
}
#nous-joindre-formulaire .wrap .container-joindre form .champs .joindre-fichier .d1-4 {
  width: calc(25% - 20px);
}
#nous-joindre-formulaire .wrap .container-joindre form .champs .joindre-fichier .d3-4 {
  width: calc(75% - 20px);
}
#nous-joindre-formulaire .wrap .container-joindre form .champs .cv .cache {
  display: none !important;
}
#nous-joindre-formulaire .wrap .container-joindre form .champs .joindre-fichier input[type=text] {
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  padding: 6px 6px;
  line-height: 1em;
  border: 0;
  border-bottom: 1px solid #005DAA;
  transition: box-shadow 0.3s, border 0.3s;
  box-sizing: border-box;
  background-color: transparent;
}
#nous-joindre-formulaire .wrap .container-joindre form .champs input, #nous-joindre-formulaire .wrap .container-joindre form .champs select {
  margin-bottom: 18px;
}
#nous-joindre-formulaire .wrap .container-joindre form .champs select {
  background: #ffffff url("/images/flechebas.svg") no-repeat center;
  background-position-x: calc(100% - 15px);
}
#nous-joindre-formulaire .wrap .container-joindre form .champs input, #nous-joindre-formulaire .wrap .container-joindre form .champs select, #nous-joindre-formulaire .wrap .container-joindre form .champs textarea {
  width: 100%;
}
#nous-joindre-formulaire .wrap .container-joindre form .message {
  margin-bottom: 18px;
}
#nous-joindre-formulaire .wrap .container-joindre form .message textarea {
  width: 100%;
  height: 143px;
  padding-top: 15px;
}
#nous-joindre-formulaire .wrap .container-joindre form .btn-captcha-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 73%;
}
#nous-joindre-formulaire .wrap .container-joindre form .btn-captcha-container .btn {
  border: none;
}
#nous-joindre-formulaire .wrap .container-joindre .section-coordonnees p {
  margin-bottom: 0;
}
#nous-joindre-formulaire .wrap .container-joindre .section-coordonnees p:nth-child(2) {
  margin-bottom: 24px;
}
#nous-joindre-formulaire .reponse-ajax {
  display: none;
}
#nous-joindre-formulaire .message-ajax {
  border-left: 6px solid #005DAA;
  padding: 10px 5px;
  margin-bottom: 18px;
}

/* ---------- FIN Style nous joindre ----------*/
/* ---------- Style avec hover ----------*/
@media screen and (hover: hover) {
  .admin-preview:hover:after {
    opacity: 0.1;
  }

  header .navigation .nav-container .menus .main-menu .main-menu-lien:not(.externe):hover {
    color: #005DAA;
  }
  header .navigation .nav-container .menus .main-menu .main-menu-lien.externe:hover {
    color: white;
    background-color: #005DAA;
  }
  header .navigation .nav-container .menus .second-menu > .main-menu-lien {
    transition: background 0.3s ease;
  }
  header .navigation .nav-container .menus .second-menu > .main-menu-lien:hover {
    background: #005DAA;
  }

  .btn:hover {
    background-color: white;
    color: #005DAA;
  }
  .btn.btn-blanc:hover {
    color: white;
    background-color: #005DAA;
  }

  .contenu .texte a:not(.btn):hover {
    color: #004C9B;
  }

  .paragraphe.img .btn:hover {
    border-color: #FFFFFF;
  }
  .paragraphe.dia .btn:hover {
    border-color: #005DAA;
  }

  .section.equipe .form-bottin {
    display: flex;
    flex-direction: column;
  }
  .section.equipe .form-bottin .btn {
    margin-right: auto;
  }
  .section.equipe .form-bottin #fonction, .section.equipe .form-bottin #matiere, .section.equipe .form-bottin #niveau {
    background: url("/images/flechebas.svg") no-repeat center;
    background-position-x: calc(100% - 15px);
    /*&:focus {
      background-color: blue;
    }*/
  }
  .section.equipe .resultat-recherche .infos .personnel .ligne-bottin .courriel:hover {
    color: #004C9B;
  }

  footer a:hover {
    color: #005DAA;
  }
}
/* ---------- FIN Style avec hover ----------*/
/* ---------- Exceptions ----------*/
@media screen and (min-width: 961px) {
  .paragraphe.std.paragraphe0 {
    padding-left: 32px;
    padding-right: 32px;
    box-sizing: border-box;
    width: 100%;
  }
  .paragraphe.vid.paragraphe0 .titre-bloc, .paragraphe.vidf.paragraphe0 .titre-bloc {
    padding-left: 32px;
    padding-right: 32px;
    box-sizing: border-box;
  }
  .paragraphe.vid.paragraphe0 .btn, .paragraphe.vidf.paragraphe0 .btn {
    margin-left: 32px;
    max-width: calc(100% - 16px);
  }
  .paragraphe.vidf.d1-3 .btn-mute, .paragraphe.vidf.d2-3 .btn-mute {
    top: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
  }
  .paragraphe.img.paragraphe0 .image-container .infos-image .titre-bloc {
    font-size: 40px;
  }
  .paragraphe.mimg.d1-3 .grid-images-slides {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
  .paragraphe.mimg.d1-3 .grid-images-slides .slider-single-image-container {
    padding: 8px;
  }
  .paragraphe.mimg.d1-3 .grid-images-slides .slider-single-image-container .titre-image {
    font-size: 24px;
    line-height: calc(1em + 4px);
  }
  .paragraphe.dia.d1-3 .diaporama-contenu.sli .diaporama-slider .diapo-slide .infos-slide {
    top: 10px;
    bottom: 10px;
    padding-left: 16px;
    padding-right: 16px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .paragraphe.dia.d1-3 .diaporama-contenu.sli .diaporama-slider .diapo-slide .infos-slide > .texte-diapo {
    font-size: 24px;
    line-height: calc(1em + 4px);
    width: 100%;
  }
  .paragraphe.dia.d1-3 .diaporama-contenu.sli .diaporama-slider .diapo-slide .infos-slide > :not(:last-child) {
    margin-bottom: 16px;
  }
  .paragraphe.dia.d2-3 .diaporama-contenu.sli .diaporama-slider .diapo-slide .infos-slide {
    top: 10px;
    bottom: 10px;
    padding-left: 16px;
    padding-right: 16px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .paragraphe.dia.d2-3 .diaporama-contenu.sli .diaporama-slider .diapo-slide .infos-slide > .texte-diapo {
    font-size: 36px;
    width: calc(100% / 3 * 2 - 16px);
  }
  .paragraphe.dia.d2-3 .diaporama-contenu.sli .diaporama-slider .diapo-slide .infos-slide > :not(:last-child) {
    margin-bottom: 16px;
  }
  .paragraphe.dia.d1-3 .diaporama-contenu.mos, .paragraphe.dia.d2-3 .diaporama-contenu.mos {
    padding-left: 5%;
    padding-right: 5%;
  }
  .paragraphe.dia.paragraphe0 .diaporama-contenu.mos {
    max-width: 1424px;
    width: 100%;
    padding-left: 32px;
    padding-right: 32px;
    margin: auto;
    box-sizing: border-box;
  }
  .paragraphe.dia.paragraphe0 .diaporama-contenu.mos .diaporama-slider {
    margin-left: calc(16.6666666667% - 20px);
    margin-right: calc(16.6666666667% - 20px);
  }
  .paragraphe.gimg.paragraphe0 .gimg-container {
    display: grid;
    grid-template-columns: calc((100% - 1424px) / 2) minmax(0, 1fr) calc((100% - 1424px) / 2);
    grid-column-gap: 32px;
  }
  .paragraphe.gimg.paragraphe0 .gimg-container .gimg-liste-images {
    grid-column-start: 2;
  }
  .paragraphe.gimg.paragraphe0 .gimg-liste-images, .paragraphe.gimg.paragraphe1 .gimg-liste-images {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .paragraphe.gimg.d2-3 .gimg-liste-images {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .paragraphe.fjoi.d1-3 #nous-joindre-formulaire .wrap .container-joindre {
    flex-direction: column-reverse;
  }
  .paragraphe.fjoi.d1-3 #nous-joindre-formulaire .wrap .container-joindre form {
    width: 100%;
  }
  .paragraphe.fjoi.d1-3 #nous-joindre-formulaire .wrap .container-joindre form:not(:last-child) {
    margin-right: 0px;
    margin-top: 20px;
  }
  .paragraphe.fjoi.paragraphe0 .contenu-lint {
    max-width: 1424px;
    width: 100%;
    padding-left: 32px;
    padding-right: 32px;
    margin: auto;
    box-sizing: border-box;
  }
}
.btn-container.retour-liste {
  text-align: center;
}

/* ---------- FIN Exceptions ----------*/
@media screen and (min-width: 961px) and (max-width: 1260px) {
  html, body {
    font-size: 16px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    font-family: "Jost", sans-serif;
    line-height: calc(1em + 8px);
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 24px;
  }

  p, ul, ol, h1, h2, h3, h4, h5, h6 {
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: calc(1em + 8px);
  }

  p:not(:last-child), ul:not(:last-child), ol:not(:last-child) {
    /*margin-bottom:calc(1em + 8px);*/
    margin-bottom: calc(1em + 8px);
  }

  iframe, img {
    border: 0;
  }

  label {
    cursor: pointer;
  }

  button, a, .bouton {
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: color 0.4s ease;
    -ms-transition: color 0.4s ease;
    transition: color 0.4s ease;
  }

  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0px;
  }

  h1:not(:last-child), h2:not(:last-child), h3:not(:last-child), h4:not(:last-child), h5:not(:last-child), h6:not(:last-child) {
    margin-bottom: 28px;
  }

  /*.wrap{max-width: $wrap;width: 100%;margin: auto;box-sizing:border-box;}*/
  img, video {
    max-width: 100%;
    vertical-align: top;
  }

  .txt-left {
    text-align: left;
  }

  .txt-center {
    text-align: center;
  }

  .txt-right {
    text-align: right;
  }

  select, input:not([type=checkbox]), textarea {
    border-radius: 0;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    -webkit-appearance: none;
    outline: none;
    border: 1px solid #005DAA;
    padding-left: 20px;
    font-size: 12px;
    font-weight: 500;
    color: #005DAA;
  }
  select:not(:last-child), input:not([type=checkbox]):not(:last-child), textarea:not(:last-child) {
    margin-bottom: 18px;
  }
  select::placeholder, input:not([type=checkbox])::placeholder, textarea::placeholder {
    color: #005DAA;
  }
  select::-webkit-input-placeholder, input:not([type=checkbox])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #005DAA;
  }
  select::-moz-placeholder, input:not([type=checkbox])::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1;
    color: #005DAA;
  }
  select:-ms-input-placeholder, input:not([type=checkbox]):-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #005DAA;
  }

  .admin-preview {
    box-sizing: border-box;
    position: relative;
  }
  .admin-preview:after {
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: linear-gradient(-45deg, #AEAEAD 0%, #AEAEAD 25%, white 25%, white 50%, #AEAEAD 50%, #AEAEAD 75%, white 75%, white 100%);
    background-image: -webkit-linear-gradient(-45deg, #AEAEAD 0%, #AEAEAD 25%, white 25%, white 50%, #AEAEAD 50%, #AEAEAD 75%, white 75%, white 100%);
    background-size: 20px 20px;
    z-index: 10;
    opacity: 0.3;
    pointer-events: none;
  }

  /* ---------- style slick ---------- */
  .slick-slider .slick-track {
    display: flex;
  }

  /* ---------- FIN style slick ---------- */
  /* ---------- Style entête---------- */
  header {
    /*.espacement-contenu {
      height:108px;
    }*/
  }
  header .message-alerte {
    margin: auto;
    max-width: 1360px;
    padding: 8px 32px;
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #C30F00;
    color: white;
    box-sizing: border-box;
  }
  header .message-alerte:before {
    content: "!";
    font-size: 39px;
    line-height: 1em;
    font-weight: 600;
    margin-right: 32px;
    flex-shrink: 0;
  }
  header .message-alerte .message-contenu {
    flex-grow: 1;
    flex-shrink: 1;
    font-size: 16px;
    line-height: calc(1em + 8px);
    font-weight: 500;
  }
  header .message-alerte .close {
    flex-shrink: 0;
    align-self: flex-start;
    margin-top: 12px;
  }
  header .navigation {
    width: 100%;
    left: 0px;
    display: grid;
    grid-column-gap: 32px;
    grid-template-columns: calc((100% - 1424px) / 2) minmax(0, 1fr) calc((100% - 1424px) / 2);
  }
  header .navigation .nav-container {
    grid-column-start: 2;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  header .navigation .nav-container .retour-accueil {
    display: inline-block;
    max-height: 100%;
    overflow: hidden;
    margin-left: 32px;
    flex-shrink: 0;
    margin-top: -19px;
  }
  header .navigation .nav-container .logo-site {
    width: 128px;
  }
  header .navigation .nav-container .ouvrir-menu {
    display: none;
    width: 21px;
    cursor: pointer;
  }
  header .navigation .nav-container .ouvrir-menu:before, header .navigation .nav-container .ouvrir-menu:after, header .navigation .nav-container .ouvrir-menu span {
    display: block;
    content: "";
    height: 2px;
    width: 100%;
    background-color: black;
  }
  header .navigation .nav-container .ouvrir-menu:before, header .navigation .nav-container .ouvrir-menu span {
    margin-bottom: 9px;
  }
  header .navigation .nav-container .menus {
    flex-grow: 1;
    margin-left: 32px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
  }

  /* ---------- FIN style entête ---------- */
  /* ---------- Style sections ---------- */

  /* Si rien ne sépare l'entête du contenu */

  /* ---------- FIN style sections ---------- */
  /* ---------- Style footer ---------- */

  /* ---------- FIN style footer ---------- */
  /* ---------- Style Bottin --------- */

  /* ---------- FIN Style Bottin --------- */
  /* ---------- Style nous joindre ----------*/

  /* ---------- FIN Style nous joindre ----------*/
}
@media screen and (min-width: 961px) and (max-width: 1260px) and (min-width: 961px) {
  header .navigation .nav-container .menus .main-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 16px;
  }
  header .navigation .nav-container .menus .main-menu .main-menu-lien {
    text-transform: uppercase;
    font-size: 10px;
    line-height: 12px;
    font-weight: 500;
    text-decoration: none;
    color: black;
    display: inline-block;
    -webkit-transition: background-color 0.4s ease, color 0.4s ease;
    -ms-transition: background-color 0.4s ease, color 0.4s ease;
    transition: background-color 0.4s ease, color 0.4s ease;
  }
  header .navigation .nav-container .menus .main-menu .main-menu-lien:visited {
    color: inherit;
  }
  header .navigation .nav-container .menus .main-menu .main-menu-lien:not(:last-child) {
    margin-right: 24px;
  }
  header .navigation .nav-container .menus .main-menu .main-menu-lien.externe {
    font-weight: bold;
    border: 1px solid #005DAA;
    border-radius: 4px;
    padding: 5px 16px;
  }
  header .navigation .nav-container .menus .second-menu {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 4px;
    justify-content: flex-end;
    align-items: stretch;
    max-width: 900px;
    width: 100%;
    margin-bottom: -25px;
  }
  header .navigation .nav-container .menus .second-menu .close {
    position: absolute;
    top: 10px;
    right: 0px;
  }
  header .navigation .nav-container .menus .second-menu > .main-menu-lien {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    height: 50px;
  }
  header .navigation .nav-container .menus .second-menu > .main-menu-lien.avec-sous-liens {
    justify-content: space-between;
  }
  header .navigation .nav-container .menus .second-menu > .main-menu-lien.avec-sous-liens:after {
    content: "";
    display: inline-block;
    width: 11px;
    height: 7px;
    transform-position: center center;
    background: currentColor;
    -webkit-mask-image: url("/images/flechebas.svg");
    mask: url("/images/flechebas.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-size: contain;
    mask-size: contain;
    mask-position: center center;
    mask-repeat: no-repeat;
    -webkit-transition: background 0.4s ease;
    -ms-transition: background 0.4s ease;
    transition: background 0.4s ease;
  }
  header .navigation .nav-container .menus .second-menu > .main-menu-lien.ouvert + .sous-liens {
    transform: translateY(0px);
  }
  header .navigation .nav-container .menus .second-menu .sous-liens {
    overscroll-behavior: contain;
    background-color: #00182B;
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    display: grid;
    grid-column-gap: 32px;
    grid-template-columns: calc((100% - 1424px) / 2) minmax(0, 1fr) calc((100% - 1424px) / 2);
    z-index: 200;
    color: white;
    transform: translateY(-100%);
    overflow-y: auto;
    -webkit-transition: transform 0.4s ease;
    -ms-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
  }
  header .navigation .nav-container .menus .second-menu .sous-liens .container {
    padding-top: 50px;
  }
  header .navigation .nav-container .menus .second-menu .sous-liens .container .rappel-titre {
    margin-bottom: 40px;
    font-size: 40px;
  }
  header .navigation .nav-container .menus .second-menu .sous-liens .container .liste-liens-sous-menu {
    column-count: 2;
    column-gap: 32px;
  }
  header .navigation .nav-container .menus .second-menu .sous-liens .container .liste-liens-sous-menu .main-menu-lien, header .navigation .nav-container .menus .second-menu .sous-liens .container .liste-liens-sous-menu li:before {
    font-size: 20px;
    margin-bottom: 32px;
    line-height: 20px;
  }
  header .navigation .nav-container .menus .menus-mobile {
    display: none;
  }
}
@media screen and (min-width: 961px) and (max-width: 1260px) {
  .entete-images {
    height: 210px;
    display: grid;
    grid-column-gap: 32px;
    grid-template-columns: calc((100% - 1424px) / 2) repeat(3, minmax(0, 1fr)) calc((100% - 1424px) / 2);
    width: 100%;
  }
  .entete-images .image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .entete-images > .image:first-child, .entete-images > .image:last-child {
    grid-column-end: span 2;
  }
  .entete-images > .image:first-child:last-child {
    grid-column-end: span 5;
  }
  .entete-images.dia1-2 > .image:last-child {
    grid-column-end: span 3;
  }
  .entete-images.dia2-1 > .image:first-child {
    grid-column-end: span 3;
  }
}
@media screen and (min-width: 961px) and (max-width: 1260px) {
  .btn {
    font-weight: 600;
    font-size: 16px;
    color: white;
    background-color: #005DAA;
    box-shadow: 0px 3px 6px #00000067;
    border-radius: 4px;
    padding: 6px 32px;
    border: 2px solid #005DAA;
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box;
    -webkit-transition: color 0.4s ease, background-color 0.4s ease, border-color 0.4s ease;
    -ms-transition: color 0.4s ease, background-color 0.4s ease, border-color 0.4s ease;
    transition: color 0.4s ease, background-color 0.4s ease, border-color 0.4s ease;
  }
  .btn.avec-fleche {
    padding: 6px 38px 6px 15px;
    position: relative;
  }
  .btn.avec-fleche:after {
    content: "";
    display: inline-block;
    width: 11px;
    height: 7px;
    position: absolute;
    transform-position: center center;
    right: 16px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    transform: rotate(-90deg);
    background: currentColor;
    -webkit-mask-image: url("/images/flechebas.svg");
    mask: url("/images/flechebas.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-size: contain;
    mask-size: contain;
    mask-position: center center;
    mask-repeat: no-repeat;
    -webkit-transition: background 0.4s ease;
    -ms-transition: background 0.4s ease;
    transition: background 0.4s ease;
  }
  .btn.btn-blanc {
    background-color: white;
    color: #005DAA;
    border-color: white;
  }
}
@media screen and (min-width: 961px) and (max-width: 1260px) {
  .contenu .texte a:not(.btn) {
    color: #005DAA;
    text-decoration: none;
    cursor: pointer;
    font-weight: 500;
    -webkit-transition: color 0.4s ease;
    -ms-transition: color 0.4s ease;
    transition: color 0.4s ease;
  }
  .contenu .texte ul, .contenu .texte ol {
    padding: 0px;
    list-style-type: none;
    font-weight: 500;
  }
  .contenu .texte ul li, .contenu .texte ol li {
    position: relative;
    padding-left: 20px;
  }
  .contenu .texte ul li:not(:last-child), .contenu .texte ol li:not(:last-child) {
    /*margin-bottom:calc(1em + 8px);*/
    margin-bottom: 1em;
  }
  .contenu .texte ul li:before, .contenu .texte ol li:before {
    content: "–";
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .contenu .texte ol {
    counter-reset: section;
  }
  .contenu .texte ol li:before {
    counter-increment: section;
    content: counters(section, ".") ". ";
  }
  .contenu .texte img {
    height: auto;
    width: 100%;
  }
  .contenu.esp_petit {
    padding-top: 28px;
  }
  .contenu > .section {
    display: grid;
    grid-template-columns: calc((100% - 1424px) / 2) repeat(3, minmax(0, 1fr)) calc((100% - 1424px) / 2);
    grid-column-gap: 32px;
    grid-row-gap: 28px;
    margin-bottom: 0px;
  }
  .contenu > .section:not(:last-child).s_esp_petit:not(:last-child) {
    margin-bottom: 60px;
  }
  .contenu > .section:not(:last-child).s_esp_grand:not(:last-child) {
    margin-bottom: 125px;
  }
  .contenu > .section > .titre-section-container .titre-section {
    font-weight: 600;
    font-size: 32px;
    line-height: calc(1em + 8px);
  }
  .contenu > .section > .titre-section-container .soustitre-section {
    font-size: 24px;
    line-height: calc(1em + 6px);
    font-weight: 500;
  }
  .contenu > .section.bg-bleu {
    background-color: #00182B;
    color: white;
    padding-top: 70px;
    padding-bottom: 60px;
    grid-row-gap: 36px;
  }
  .contenu > .section.bg-bleu > .titre-section-container {
    text-align: center;
  }
  .contenu > .section.bg-bleu > .titre-section-container .titre-section {
    font-weight: 700;
    font-size: 40px;
    line-height: calc(1em + 8px);
  }
  .contenu > .section.section-entete.titre-seul {
    margin-bottom: 25px;
  }
  .contenu > .section.section-entete.soustitre-visible {
    margin-bottom: 36px;
  }
  .contenu > .section.section-entete.btns-visible {
    margin-bottom: 108px;
  }
  .contenu > .section.section-entete .titre-page {
    font-size: 40px;
    font-weight: 700;
  }
  .contenu > .section.section-entete .soustitre-page {
    font-size: 24px;
    line-height: calc(1em + 6px);
    font-weight: 500;
  }
  .contenu > .section.section-entete .ancres .btn:not(:last-child) {
    margin-right: 16px;
  }
  .contenu > .section > .full {
    grid-column-end: span 5;
  }
  .contenu > .section > .wrap {
    grid-column-start: 2;
    grid-column-end: span 3;
    display: grid;
    grid-column-gap: 32px;
    grid-row-gap: 28px;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    /*> .d1-5 {width:20%;}
    > .d2-5 {width:40%;}
    > .d3-5 {width:60%;}
    > .d4-5 {width:80%;}*/
  }
  .contenu > .section > .wrap > .d1-2 {
    grid-column-end: span 6;
  }
  .contenu > .section > .wrap > .d1-3 {
    grid-column-end: span 4;
  }
  .contenu > .section > .wrap > .d1-4 {
    grid-column-end: span 3;
  }
  .contenu > .section > .wrap > .d2-3 {
    grid-column-end: span 8;
  }
  .contenu > .section > .wrap > .d3-4 {
    grid-column-end: span 9;
  }
  .contenu > .section > .wrap > .d1-6 {
    grid-column-end: span 2;
  }
  .contenu > .section > .wrap > .d5-6 {
    grid-column-end: span 10;
  }
  .contenu > .section > .wrap > .paragraphe1 {
    grid-column-end: span 12;
  }
}
@media screen and (min-width: 961px) and (max-width: 1260px) {
  header + .contenu.esp_petit {
    padding-top: 58px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1260px) {
  .paragraphe.std .texte.cols {
    column-gap: 32px;
    column-rule: 0 transparent none;
    /*&[class*=' col'] {
      column-gap: $espacementHorizontal;
      column-rule: 0 transparent none;
    }*/
  }
  .paragraphe.std.paragraphe1 .texte.cols {
    column-count: 3;
  }
  .paragraphe.std.d2-3 .texte.cols {
    column-count: 2;
  }
  .paragraphe.std .texte .btn:not(:first-child) {
    margin-top: 10px;
  }
  .paragraphe.mimg .grid-images-slides {
    display: grid;
    grid-column-gap: 32px;
    grid-row-gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-items: stretch;
    align-items: stretch;
    width: 100%;
  }
  .paragraphe.mimg .grid-images-slides > .bloc-images {
    width: 100%;
    height: 0px;
    padding-bottom: 55%;
    overflow: hidden;
    position: relative;
  }
  .paragraphe.mimg .grid-images-slides > .bloc-images:nth-child(2):not(:last-child) {
    grid-row-end: span 2;
    /*grid-row-start: 2;*/
    align-self: stretch;
    height: auto;
    padding: 0px;
  }
  .paragraphe.mimg .grid-images-slides > .bloc-images:nth-child(4):last-child {
    grid-column-end: span 2;
  }
  .paragraphe.mimg .grid-images-slides > .bloc-images:first-child:last-child {
    grid-column-end: span 2;
  }
  .paragraphe.mimg .grid-images-slides .slider-images {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
  }
  .paragraphe.mimg .grid-images-slides .slider-images .slick-list, .paragraphe.mimg .grid-images-slides .slider-images .slick-track {
    width: 100%;
    height: 100%;
  }
  .paragraphe.mimg .grid-images-slides .slider-images .slick-slide > div {
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    height: 100%;
  }
  .paragraphe.mimg .grid-images-slides .slider-single-image-container {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex !important;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 18px 24px;
    box-sizing: border-box;
  }
  .paragraphe.mimg .grid-images-slides .slider-single-image-container img, .paragraphe.mimg .grid-images-slides .slider-single-image-container video {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .paragraphe.mimg .grid-images-slides .slider-single-image-container .titre-image {
    position: relative;
    color: white;
    text-shadow: 0px 3px 6px #00000065;
    font-size: 36px;
    line-height: calc(1em + 4px);
    font-weight: 700;
    max-width: 460px;
  }
  .paragraphe.mimg.d1-3 .grid-images-slides .slider-single-image-container .titre-image {
    font-size: 16px;
    line-height: 1em;
  }
  .paragraphe.dia {
    overflow: hidden;
  }
  .paragraphe.dia .diaporama-contenu img, .paragraphe.dia .diaporama-contenu video {
    width: 100%;
  }
  .paragraphe.dia .diaporama-contenu.sli .diaporama-slider {
    position: relative;
  }
  .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .slick-list {
    position: relative;
    z-index: 1;
  }
  .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .diapo-slide {
    position: relative;
    vertical-align: top;
  }
  .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .diapo-slide .video-container {
    height: 0px;
    overflow: hidden;
    position: relative;
  }
  .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .diapo-slide .video-container video {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
  .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .diapo-slide .infos-slide {
    top: 25px;
    position: absolute;
    bottom: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .diapo-slide .infos-slide > .texte-diapo {
    color: white;
    font-size: 36px;
    line-height: calc(1em + 8px);
    font-weight: 700;
    text-shadow: 0px 3px 6px #00000065;
    width: calc(50% - 16px);
  }
  .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .diapo-slide .infos-slide > :not(:last-child) {
    margin-bottom: 24px;
  }
  .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces {
    display: flex;
    padding: 0px;
    list-style-type: none;
    align-items: center;
    position: absolute;
    width: 100%;
    margin: auto;
    pointer-events: none;
    z-index: 2;
    /* Horizontal */
    /* Vertical */
    /* Format des boutons */
  }
  .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces li {
    pointer-events: all;
    margin: 5px;
    line-height: 18px;
  }
  .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces li button {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    color: #005DAA;
    background-color: white;
    border: none;
    box-shadow: 0px 3px 6px #00000067;
    font-size: 12px;
    line-height: 18px;
    height: 18px;
    width: 18px;
    display: inline-block;
    padding: 0px;
    box-sizing: border-box;
    font-weight: 700;
    box-sizing: border-box;
    -webkit-transition: color 0.4s ease, background-color 0.4s ease;
    -ms-transition: color 0.4s ease, background-color 0.4s ease;
    transition: color 0.4s ease, background-color 0.4s ease;
    vertical-align: top;
  }
  .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces li.slick-active button {
    color: white;
    background-color: #005DAA;
  }
  .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-hbg, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-hhg {
    flex-direction: row;
    justify-content: flex-start;
  }
  .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-hbc, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-hhc {
    flex-direction: row;
    justify-content: center;
  }
  .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-hbd, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-hhd {
    flex-direction: row;
    justify-content: flex-end;
  }
  .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-hhg, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-hhc, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-hhd, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-hbg, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-hbc, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-hbd {
    max-width: 1360px;
    left: 0px;
    right: 0px;
  }
  .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-hbg, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-hbc, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-hbd {
    bottom: 36px;
  }
  .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-hhg, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-hhc, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-hhd {
    top: 36px;
  }
  .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-vgh, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-vdh {
    flex-direction: column;
    justify-content: flex-start;
  }
  .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-vgc, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-vdc {
    flex-direction: column;
    justify-content: center;
  }
  .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-vgb, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-vdb {
    flex-direction: column;
    justify-content: flex-end;
  }
  .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-vgh, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-vgc, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-vgb, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-vdh, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-vdc, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-vdb {
    max-width: 1360px;
    top: 36px;
    bottom: 36px;
  }
  .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-vgh, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-vgc, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-vgb {
    align-items: flex-start;
  }
  .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-vdh, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-vdc, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-vdb {
    align-items: flex-end;
  }
  .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.puce_ronde button, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.puce_ronde_num button {
    border-radius: 50%;
  }
  .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.puce_ronde button, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.puce_carree button {
    font-size: 0px;
    color: transparent;
    border: 4px solid white;
    background-color: white;
  }
  .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.puce_ronde li.slick-active button, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.puce_carree li.slick-active button {
    background-color: #005DAA;
  }
  .paragraphe.dia .diaporama-contenu.mos {
    padding: 36px calc((100% / 12) - 20px);
  }
  .paragraphe.dia .diaporama-contenu.mos .diaporama-slider {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: hidden;
  }
  .paragraphe.dia .diaporama-contenu.mos .slick-slide > div {
    height: 100%;
  }
  .paragraphe.dia .diaporama-contenu.mos .diapo-slide {
    position: relative;
    z-index: 1;
    background: white;
    box-sizing: border-box;
    border: 1px solid #DBDBDB;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    transition-delay: 0s;
    margin: 0px;
    height: 100%;
    width: 100%;
    display: flex !important;
    flex-direction: column;
  }
  .paragraphe.dia .diaporama-contenu.mos .diapo-slide .infos-slide {
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    transition-delay: 0s;
    text-align: center;
    padding: 32px 20px;
  }
  .paragraphe.dia .diaporama-contenu.mos .diapo-slide .infos-slide > :not(:last-child) {
    margin-bottom: 20px;
  }
  .paragraphe.dia .diaporama-contenu.mos .diapo-slide .infos-slide .titre-diapo {
    color: #005DAA;
    font-weight: 500;
    font-size: 26px;
    line-height: 20px;
  }
  .paragraphe.dia .diaporama-contenu.mos .diapo-slide .infos-slide .texte-diapo {
    font-size: 14px;
    line-height: 24px;
    font-family: Arial, sans-serif;
  }
  .paragraphe.dia .diaporama-contenu.mos .diapo-slide:after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: #DDDDDD;
    opacity: 0.74;
    -webkit-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    transition-delay: 0s;
    cursor: pointer;
  }
  .paragraphe.dia .diaporama-contenu.mos .slick-active.slick-center .diapo-slide {
    cursor: unset;
    display: inline-block;
    margin: -40px;
    width: calc(100% + 80px) !important;
    position: relative;
    z-index: 10;
    height: calc(100% + 80px);
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    transition-delay: 0.2s;
  }
  .paragraphe.dia .diaporama-contenu.mos .slick-active.slick-center .diapo-slide .infos-slide {
    padding-left: 60px;
    padding-right: 60px;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    transition-delay: 0.2s;
  }
  .paragraphe.dia .diaporama-contenu.mos .slick-active.slick-center .diapo-slide:after {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    -ms-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    transition-delay: 0.2s;
    pointer-events: none;
  }
  .paragraphe.gimg .gimg-titre-container:not(:last-child) {
    margin-bottom: 28px;
  }
  .paragraphe.gimg .gimg-liste-images {
    display: grid;
    grid-column-gap: 32px;
    grid-row-gap: 16px;
    grid-template-columns: minmax(0, 1fr);
  }
  .paragraphe.gimg.paragraphe0 .gimg-container {
    display: grid;
    grid-template-columns: calc((100% - 1424px) / 2) minmax(0, 1fr) calc((100% - 1424px) / 2);
    grid-column-gap: 32px;
  }
  .paragraphe.gimg.paragraphe0 .gimg-container .gimg-liste-images {
    grid-column-start: 2;
  }
  .paragraphe.gimg.paragraphe0 .gimg-liste-images, .paragraphe.gimg.paragraphe1 .gimg-liste-images {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .paragraphe.gimg.d2-3 .gimg-liste-images {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .paragraphe.gimg .gimg-single-image-container {
    position: relative;
  }
  .paragraphe.gimg .gimg-single-image-container img {
    vertical-align: top;
  }
  .paragraphe.gimg .gimg-single-image-container .gimg-titre-image {
    color: #000000;
    font-size: 22px;
    line-height: calc(1em + 4px);
    font-weight: 500;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    background-color: #FFFFFF7F;
    padding: 10px;
    box-sizing: border-box;
  }
  .paragraphe.lint > .lint-nouvelles .nouvelles-container {
    display: grid;
    grid-template-columns: calc((100% - 1424px) / 2) repeat(3, minmax(0, 1fr)) calc((100% - 1424px) / 2);
    grid-column-gap: 32px;
    grid-row-gap: 95px;
    position: relative;
  }
  .paragraphe.lint > .lint-nouvelles .main-nouvelle-image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .paragraphe.lint > .lint-nouvelles .main-nouvelle-contenu {
    grid-column-start: 4;
    background: #005DAA;
    color: white;
    padding: 60px 36px 36px 36px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
  }
  .paragraphe.lint > .lint-nouvelles .main-nouvelle-contenu > :not(:last-child) {
    margin-bottom: 16px;
  }
  .paragraphe.lint > .lint-nouvelles .main-nouvelle-contenu .titre-publication {
    font-size: 24px;
    line-height: calc(1em + 8px);
    font-weight: 500;
  }
  .paragraphe.lint > .lint-nouvelles .liste-nouvelles-container {
    position: relative;
    grid-column-start: 1;
    grid-column-end: span 5;
    display: grid;
    grid-template-columns: calc((100% - 1424px) / 2) minmax(0, 1fr) calc((100% - 1424px) / 2);
    grid-column-gap: 32px;
    grid-row-gap: 28px;
  }
  .paragraphe.lint > .lint-nouvelles .liste-nouvelles-container:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    height: 50%;
    background-color: white;
  }
  .paragraphe.lint > .lint-nouvelles .liste-nouvelles-container > .liste-nouvelles {
    position: relative;
    display: grid;
    grid-column-start: 2;
    grid-column-gap: 32px;
    grid-row-gap: 28px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .paragraphe.lint > .lint-carte .google-map {
    height: 490px;
    width: 100%;
  }
  .paragraphe.lint > .lint-calendrier .calendrier-container {
    display: grid;
    grid-template-columns: calc((100% - 1424px) / 2) repeat(3, minmax(0, 1fr)) calc((100% - 1424px) / 2);
    grid-column-gap: 32px;
    grid-row-gap: 28px;
  }
  .paragraphe.lint > .lint-calendrier .calendrier-container .calendrier {
    grid-column-start: 2;
  }
  .paragraphe.lint > .lint-calendrier .calendrier-container .datepicker-inline {
    width: 100%;
  }
  .paragraphe.lint > .lint-calendrier .calendrier-container .datepicker-inline .datepicker {
    width: 100%;
    border-width: 0px;
    font-family: "Jost", sans-serif;
  }
  .paragraphe.lint > .lint-calendrier .calendrier-container .datepicker-inline .datepicker--nav {
    color: white;
    background: #005DAA;
    justify-content: center;
    font-size: 24px;
    line-height: calc(1em + 8px);
    padding: 10px 5px;
  }
  .paragraphe.lint > .lint-calendrier .calendrier-container .datepicker-inline .datepicker--nav-action path {
    stroke: white;
  }
  .paragraphe.lint > .lint-calendrier .calendrier-container .datepicker-inline .datepicker--nav-action:hover {
    background-color: unset;
  }
  .paragraphe.lint > .lint-calendrier .calendrier-container .datepicker-inline .datepicker--nav-title:hover {
    background: unset;
  }
  .paragraphe.lint > .lint-calendrier .calendrier-container .datepicker-inline .datepicker--day-name {
    color: black;
    font-size: 12px;
    line-height: 16px;
    border: 1px solid white;
    font-weight: 500;
    background-color: #DBDBDB;
    padding: 4px 0px;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .paragraphe.lint > .lint-calendrier .calendrier-container .datepicker-inline .datepicker--day-name.-weekend- {
    color: #005DAA;
    font-weight: 800;
  }
  .paragraphe.lint > .lint-calendrier .calendrier-container .datepicker-inline .datepicker--content {
    padding: 20px 55px;
    border: 1px solid #DBDBDB;
    border-top-width: 0px;
    box-sizing: border-box;
  }
  .paragraphe.lint > .lint-calendrier .calendrier-container .datepicker-inline .datepicker--cell {
    background-color: #FCFCFC;
    border-radius: 0px;
  }
  .paragraphe.lint > .lint-calendrier .calendrier-container .datepicker-inline .datepicker--cell-day {
    width: calc(100% / 7);
    box-sizing: border-box;
    border: 1px solid white;
    height: 38px;
    font-size: 12px;
    line-height: 16px;
    color: black;
    display: flex;
    align-items: flex-start;
    padding-top: 8px;
    box-sizing: border-box;
    flex-wrap: wrap;
  }
  .paragraphe.lint > .lint-calendrier .calendrier-container .datepicker-inline .datepicker--cell-day.-focus- {
    background-color: #f0f0f0;
  }
  .paragraphe.lint > .lint-calendrier .calendrier-container .datepicker-inline .datepicker--cell-day.-disabled- {
    color: black;
  }
  .paragraphe.lint > .lint-calendrier .liste-calendrier {
    grid-column-end: span 2;
    display: flex;
    flex-direction: column;
  }
  .paragraphe.lint > .lint-calendrier .liste-calendrier .liste {
    border: 1px solid #DBDBDB;
    padding: 14px;
    box-sizing: border-box;
    max-width: 612px;
    width: 100%;
    flex-grow: 1;
  }
  .paragraphe.lint > .lint-calendrier .filtres-calendrier {
    margin-bottom: 18px;
    display: flex;
  }
  .paragraphe.lint > .lint-calendrier .btn-calendrier {
    font-size: 16px;
    line-height: calc(1em + 8px);
    font-weight: 600;
    color: #DBDBDB;
    border: 1px solid #DBDBDB;
    background-color: #F0F0F0;
    border-radius: 4px;
    display: inline-block;
    padding: 7px 9px;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .paragraphe.lint > .lint-calendrier .btn-calendrier:not(:last-child) {
    margin-right: 14px;
  }
  .paragraphe.lint > .lint-calendrier .btn-calendrier.actif {
    background: #727272;
    border-color: #727272;
    color: white;
  }
  .paragraphe.lint > .lint-calendrier .btn-calendrier.actif.pratique {
    background-color: #005DAA;
    border-color: #005DAA;
  }
  .paragraphe.lint > .lint-calendrier .btn-calendrier.actif.competition {
    background-color: #FFC500;
    border-color: #FFC500;
  }
  .paragraphe.lint > .lint-calendrier .filtres-selectionnes {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .paragraphe.lint > .lint-calendrier .filtres-selectionnes input[type=checkbox] {
    display: none;
  }
  .paragraphe.lint > .lint-calendrier .filtres-selectionnes input[type=checkbox] + .infos-filtre {
    display: none;
    color: white;
    background: #727272;
    border-radius: 4px;
    font-size: 12px;
    line-height: 16px;
    padding: 3px 5px;
    font-weight: 400;
    margin-bottom: 4px;
    margin-right: 16px;
  }
  .paragraphe.lint > .lint-calendrier .filtres-selectionnes input[type=checkbox] + .infos-filtre.pratique {
    background-color: #005DAA;
  }
  .paragraphe.lint > .lint-calendrier .filtres-selectionnes input[type=checkbox] + .infos-filtre.competition {
    background-color: #FFC500;
  }
  .paragraphe.lint > .lint-calendrier .filtres-selectionnes input[type=checkbox] + .infos-filtre > span {
    margin-right: 16px;
  }
  .paragraphe.lint > .lint-calendrier .filtres-selectionnes input[type=checkbox] + .infos-filtre .close {
    width: 10px;
    height: 10px;
  }
  .paragraphe.lint > .lint-calendrier .filtres-selectionnes input[type=checkbox] + .infos-filtre .close:before, .paragraphe.lint > .lint-calendrier .filtres-selectionnes input[type=checkbox] + .infos-filtre .close:after {
    height: 1px;
  }
  .paragraphe.lint > .lint-calendrier .filtres-selectionnes input[type=checkbox]:checked + .infos-filtre {
    display: inline-flex;
    align-items: center;
  }
  .paragraphe.lint > .lint-calendrier .point-date-evenement {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #005DAA;
  }
  .paragraphe.lint > .lint-calendrier .point-date-evenement[data-type=c] {
    background-color: #FFC500;
  }
  .paragraphe.lint > .lint-calendrier .liste-points {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .paragraphe.lint > .lint-calendrier .liste-points .point-date-evenement:not(:last-child) {
    margin-right: 2px;
  }
  .paragraphe.lint > .lint-calendrier .single-event {
    display: flex;
    align-items: center;
    padding: 8px;
    box-sizing: border-box;
    background-color: #F0F0F0;
  }
  .paragraphe.lint > .lint-calendrier .single-event:not(:last-child) {
    margin-bottom: 8px;
  }
  .paragraphe.lint > .lint-calendrier .single-event .titre {
    font-size: 16px;
    line-height: 1em;
    color: black;
  }
  .paragraphe.lint > .lint-calendrier .single-event .date {
    font-size: 12px;
    line-height: 16px;
    color: #727272;
  }
  .paragraphe.lint > .lint-calendrier .single-event .infos {
    flex-grow: 1;
  }
  .paragraphe.lint > .lint-calendrier .single-event .heure {
    width: 44px;
    text-align: center;
    border-radius: 4px;
    background: #005DAA;
    color: white;
    padding: 3px;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 16px;
  }
  .paragraphe.lint > .lint-calendrier .single-event .point-date-evenement {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 10px;
  }
  .paragraphe.img .image-container {
    position: relative;
  }
  .paragraphe.img .image-container .infos-image {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    color: white;
  }
  .paragraphe.img .image-container .infos-image .titre-bloc {
    margin: 0px;
    font-weight: 500;
    padding-right: 0px;
    font-size: 24px;
    line-height: calc(1em + 8px);
    text-shadow: 0px 3px 6px #00000065;
  }
  .paragraphe.img .image-container .infos-image .btn:only-child {
    position: absolute;
    bottom: 25px;
    left: 25px;
    max-width: calc(100% - 50px);
  }
  .paragraphe.limg .image-container:not(:last-child) {
    margin-bottom: calc(1em + 8px);
  }
  .paragraphe.vidf .video-container {
    position: relative;
  }
  .paragraphe.vidf .video-container:not(:last-child) {
    margin-bottom: 28px;
  }
  .paragraphe.vidf .btn-mute {
    position: absolute;
    top: 40px;
    right: 60px;
    width: 30px;
    height: 30px;
    display: block;
    background-color: white;
    -webkit-mask-image: url("/images/volume-on.svg");
    mask: url("/images/volume-on.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-size: contain;
    mask-size: contain;
    mask-position: center center;
    mask-repeat: no-repeat;
  }
  .paragraphe.vidf .btn-mute.muted {
    -webkit-mask-image: url("/images/mute.svg");
    mask: url("/images/mute.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-size: contain;
    mask-size: contain;
    mask-position: center center;
    mask-repeat: no-repeat;
  }
  .paragraphe.vidf video {
    width: 100%;
  }
  .paragraphe.vid .section-video:not(:last-child) {
    margin-bottom: 28px;
  }
  .paragraphe.vid .youtube {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    cursor: pointer;
    position: relative;
  }
  .paragraphe.vid .youtube .thumbnail {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
  .paragraphe.vid .youtube .blurry {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    top: -5px;
    left: -5px;
    bottom: -5px;
    right: -5px;
  }
  .paragraphe.vid .youtube:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(/images/youtube_icon.png);
    background-size: 128px;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 5;
  }
  .paragraphe.vid .youtube iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
  }
  .paragraphe.fjoi.d1-3 #nous-joindre-formulaire .wrap .container-joindre {
    flex-direction: column-reverse;
  }
  .paragraphe.fjoi.d1-3 #nous-joindre-formulaire .wrap .container-joindre form {
    width: 100%;
  }
  .paragraphe.fjoi.d1-3 #nous-joindre-formulaire .wrap .container-joindre form:not(:last-child) {
    margin-right: 0px;
    margin-top: 20px;
  }
  .paragraphe.fjoi.paragraphe0 .contenu-lint {
    max-width: 1424px;
    width: 100%;
    padding-left: 32px;
    padding-right: 32px;
    margin: auto;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 961px) and (max-width: 1260px) {
  footer a {
    color: black;
  }
  footer .wrap {
    width: 100%;
    max-width: 1424px;
    margin: auto;
    padding: 0 32px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
  }
  footer .footerHaut {
    height: auto;
    background: white;
    display: flex;
    margin-top: 85px;
    margin-bottom: 30px;
  }
  footer .footerHaut .wrap {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  footer .footerHaut .wrap > :not(.logoFondation) {
    margin-top: 24px;
  }
  footer .footerHaut .wrap > *, footer .footerHaut .wrap > :not(:last-child) {
    margin: 0px 16px;
  }
  footer .footerHaut .logoFondation {
    width: 150px;
    height: auto;
  }
  footer .footerHaut .infos-companie {
    display: flex;
    font-size: 12px;
    justify-content: space-between;
  }
  footer .footerHaut .infos-companie > :not(:last-child) {
    margin-right: 32px;
  }
  footer .footerHaut .infos-companie p {
    margin-bottom: 5px;
  }
  footer .footerHaut .container-liens {
    /*display: flex;
    flex-direction: column;*/
    font-weight: 700;
    /*justify-content: space-between;*/
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  footer .footerHaut .container-logos {
    display: flex;
    text-align: center;
    font-weight: 700;
  }
  footer .footerHaut .container-logos > div:not(:last-child) {
    margin-right: 12px;
  }
  footer .footerHaut .container-logos .logoSocial {
    max-height: 70px;
    max-width: 110px;
  }
  footer .footerBas {
    height: 50px;
    color: white;
    background: #00182B;
    display: flex;
  }
  footer .footerBas .wrap .reseaux-sociaux {
    display: flex;
    align-items: center;
  }
  footer .footerBas .wrap .reseaux-sociaux > :not(:last-child) {
    margin-right: 12px;
  }
  footer .footerBas .wrap .reseaux-sociaux a {
    display: inline-block;
  }
  footer .footerBas .wrap .reseaux-sociaux a img {
    vertical-align: middle;
  }
  footer .footerBas .wrap a {
    color: white;
  }
}
@media screen and (min-width: 961px) and (max-width: 1260px) {
  .section.equipe .form-bottin {
    display: flex;
    flex-direction: column;
  }
  .section.equipe .form-bottin .btn {
    margin-right: auto;
  }
  .section.equipe .form-bottin #fonction, .section.equipe .form-bottin #matiere, .section.equipe .form-bottin #niveau {
    background: url("/images/flechebas.svg") no-repeat center;
    background-position-x: calc(100% - 15px);
    /*&:focus {
      background-color: blue;
    }*/
  }
  .section.equipe .resultat-recherche .infos {
    display: grid;
    grid-gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .section.equipe .resultat-recherche .infos .personnel {
    width: 100%;
  }
  .section.equipe .resultat-recherche .infos .personnel h3 {
    margin-bottom: 0;
    font-weight: 500;
  }
  .section.equipe .resultat-recherche .infos .personnel .ligne-bottin {
    display: flex;
  }
  .section.equipe .resultat-recherche .infos .personnel .ligne-bottin .titre-ligne {
    font-weight: 500;
    margin-right: 5px;
  }
  .section.equipe .resultat-recherche .infos .personnel .ligne-bottin .courriel {
    font-weight: 500;
    color: #005DAA;
  }
}
@media screen and (min-width: 961px) and (max-width: 1260px) {
  #nous-joindre-formulaire .wrap {
    display: flex;
    flex-direction: column;
  }
  #nous-joindre-formulaire .wrap .container-joindre {
    display: grid;
    grid-column-gap: 32px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #nous-joindre-formulaire .wrap .container-joindre form {
    width: 100%;
  }
  #nous-joindre-formulaire .wrap .container-joindre form:not(:last-child) {
    margin-right: 0px;
  }
  #nous-joindre-formulaire .wrap .container-joindre form .champs input, #nous-joindre-formulaire .wrap .container-joindre form .champs select {
    margin-bottom: 18px;
  }
  #nous-joindre-formulaire .wrap .container-joindre form .champs select {
    background: url("/images/flechebas.svg") no-repeat center;
    background-position-x: calc(100% - 15px);
  }
  #nous-joindre-formulaire .wrap .container-joindre form .champs input, #nous-joindre-formulaire .wrap .container-joindre form .champs select, #nous-joindre-formulaire .wrap .container-joindre form .champs textarea {
    width: 100%;
  }
  #nous-joindre-formulaire .wrap .container-joindre form .message {
    margin-bottom: 18px;
  }
  #nous-joindre-formulaire .wrap .container-joindre form .message textarea {
    width: 100%;
    height: 143px;
    padding-top: 15px;
  }
  #nous-joindre-formulaire .wrap .container-joindre form .btn-captcha-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 73%;
  }
  #nous-joindre-formulaire .wrap .container-joindre form .btn-captcha-container .btn {
    border: none;
  }
  #nous-joindre-formulaire .wrap .container-joindre .section-coordonnees p {
    margin-bottom: 0;
  }
  #nous-joindre-formulaire .wrap .container-joindre .section-coordonnees p:nth-child(2) {
    margin-bottom: 24px;
  }
  #nous-joindre-formulaire .reponse-ajax {
    display: none;
  }
  #nous-joindre-formulaire .message-ajax {
    border-left: 6px solid #005DAA;
    padding: 10px 5px;
    margin-bottom: 18px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1260px) {
  .single-nouvelle-bloc {
    display: flex;
    flex-direction: column;
  }
  .single-nouvelle-bloc .contenu-liste-nouvelle {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #00182B;
    padding: 22px;
    flex-grow: 1;
  }
  .single-nouvelle-bloc .contenu-liste-nouvelle > :not(:last-child) {
    margin-bottom: 10px;
  }
  .single-nouvelle-bloc, .single-nouvelle-bloc:visited {
    color: white;
  }
  .single-nouvelle-bloc .titre-publication {
    font-size: 20px;
    line-height: calc(1em + 8px);
    font-weight: 500;
    padding-right: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
  }
  .single-nouvelle-bloc .titre-publication:after {
    content: "";
    display: inline-block;
    width: 23px;
    height: 15px;
    position: absolute;
    transform-position: center center;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    transform: rotate(-90deg);
    background: white;
    -webkit-mask-image: url("/images/flechebas.svg");
    mask: url("/images/flechebas.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-size: contain;
    mask-size: contain;
    mask-position: center center;
    mask-repeat: no-repeat;
  }
  @supports (-webkit-line-clamp: 2) {
    .single-nouvelle-bloc .titre-publication {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: initial;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
    }
  }
}
@media screen and (max-width: 960px) {
  html, body {
    font-size: 16px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    font-family: "Jost", sans-serif;
    line-height: calc(1em + 8px);
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 24px;
  }

  p, ul, ol, h1, h2, h3, h4, h5, h6 {
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: calc(1em + 8px);
  }

  p:not(:last-child), ul:not(:last-child), ol:not(:last-child) {
    /*margin-bottom:calc(1em + 8px);*/
    margin-bottom: calc(1em + 8px);
  }

  iframe, img {
    border: 0;
  }

  label {
    cursor: pointer;
  }

  button, a, .bouton {
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: color 0.4s ease;
    -ms-transition: color 0.4s ease;
    transition: color 0.4s ease;
  }

  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0px;
  }

  h1:not(:last-child), h2:not(:last-child), h3:not(:last-child), h4:not(:last-child), h5:not(:last-child), h6:not(:last-child) {
    margin-bottom: 20px;
  }

  /*.wrap{max-width: $wrap;width: 100%;margin: auto;box-sizing:border-box;}*/
  img, video {
    max-width: 100%;
    vertical-align: top;
  }

  .txt-left {
    text-align: left;
  }

  .txt-center {
    text-align: center;
  }

  .txt-right {
    text-align: right;
  }

  select, input:not([type=checkbox]), textarea {
    border-radius: 0;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    -webkit-appearance: none;
    outline: none;
    border: 1px solid #005DAA;
    padding-left: 20px;
    font-size: 12px;
    font-weight: 500;
    color: #005DAA;
  }
  select:not(:last-child), input:not([type=checkbox]):not(:last-child), textarea:not(:last-child) {
    margin-bottom: 18px;
  }
  select::placeholder, input:not([type=checkbox])::placeholder, textarea::placeholder {
    color: #005DAA;
  }
  select::-webkit-input-placeholder, input:not([type=checkbox])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #005DAA;
  }
  select::-moz-placeholder, input:not([type=checkbox])::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1;
    color: #005DAA;
  }
  select:-ms-input-placeholder, input:not([type=checkbox]):-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #005DAA;
  }

  .admin-preview {
    box-sizing: border-box;
    position: relative;
  }
  .admin-preview:after {
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: linear-gradient(-45deg, #AEAEAD 0%, #AEAEAD 25%, white 25%, white 50%, #AEAEAD 50%, #AEAEAD 75%, white 75%, white 100%);
    background-image: -webkit-linear-gradient(-45deg, #AEAEAD 0%, #AEAEAD 25%, white 25%, white 50%, #AEAEAD 50%, #AEAEAD 75%, white 75%, white 100%);
    background-size: 20px 20px;
    z-index: 10;
    opacity: 0.3;
    pointer-events: none;
  }

  /* ---------- style slick ---------- */
  .slick-slider .slick-track {
    display: flex;
  }

  /* ---------- FIN style slick ---------- */
  /* ---------- Style entête---------- */
  header {
    /*.espacement-contenu {
      height:108px;
    }*/
  }
  header .item-sous-menu.vue .avec-sous-sous-liens:after {
    /*height: 0px;*/
    transform: rotate(180deg);
  }
  header .item-sous-menu {
    display: flex;
  }
  header .item-sous-menu .avec-sous-sous-liens {
    padding-right: 40px;
    position: relative;
  }
  header .item-sous-menu .avec-sous-sous-liens:after {
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    right: 0px;
    transform-position: center center;
    background: currentColor;
    -webkit-mask-image: url("/images/flechebas.svg");
    mask: url("/images/flechebas.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-size: contain;
    mask-size: contain;
    mask-position: center center;
    mask-repeat: no-repeat;
    transition: transform 0.4s ease;
  }
  header .sous-sous-liens {
    display: none;
    margin: 0 -25px;
    background-color: white;
    width: calc(100% + 45px);
    margin-bottom: 16px;
  }
  header .liste-liens-sous-sous-menu {
    padding-top: 16px;
    column-count: 1;
  }
  header .liste-liens-sous-sous-menu a {
    font-weight: normal;
  }
  header .liste-liens-sous-sous-menu ul, header .liste-liens-sous-sous-menu ol {
    margin-left: 30px;
    padding: 0px;
    list-style-type: none;
    font-weight: 500;
  }
  header .liste-liens-sous-sous-menu ul li, header .liste-liens-sous-sous-menu ol li {
    position: relative;
    padding-left: 20px;
  }
  header .liste-liens-sous-sous-menu ul li:not(:last-child), header .liste-liens-sous-sous-menu ol li:not(:last-child) {
    /*margin-bottom:calc(1em + 8px);*/
    margin-bottom: 1em;
  }
  header .liste-liens-sous-sous-menu ul li:before, header .liste-liens-sous-sous-menu ol li:before {
    content: "–";
    position: absolute;
    top: 0px;
    left: 0px;
  }
  header .message-alerte {
    margin: auto;
    max-width: 1360px;
    padding: 8px 20px;
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #C30F00;
    color: white;
    box-sizing: border-box;
  }
  header .message-alerte:before {
    content: "!";
    font-size: 39px;
    line-height: 1em;
    font-weight: 600;
    margin-right: 20px;
    flex-shrink: 0;
  }
  header .message-alerte .message-contenu {
    flex-grow: 1;
    flex-shrink: 1;
    font-size: 16px;
    line-height: calc(1em + 8px);
    font-weight: 500;
  }
  header .message-alerte .close {
    flex-shrink: 0;
    align-self: flex-start;
    margin-top: 12px;
  }
  header .navigation {
    width: 100%;
    left: 0px;
    height: 90px;
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: calc((100% - 1400px) / 2) minmax(0, 1fr) calc((100% - 1400px) / 2);
  }
  header .navigation .nav-container {
    grid-column-start: 2;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  header .navigation .nav-container .retour-accueil {
    display: inline-block;
    max-height: 100%;
    overflow: hidden;
    margin-left: 0px;
    flex-shrink: 0;
    margin-top: -10px;
  }
  header .navigation .nav-container .logo-site {
    width: 100px;
  }
  header .navigation .nav-container .ouvrir-menu {
    display: block;
    width: 21px;
    cursor: pointer;
    align-self: center;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  header .navigation .nav-container .ouvrir-menu:before, header .navigation .nav-container .ouvrir-menu:after, header .navigation .nav-container .ouvrir-menu span {
    display: block;
    content: "";
    height: 3px;
    width: 100%;
    background-color: black;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  header .navigation .nav-container .ouvrir-menu:before, header .navigation .nav-container .ouvrir-menu span {
    margin-bottom: 7px;
  }
  header .navigation .nav-container .ouvrir-menu.ouvert {
    transform: rotateY(-180deg) rotateX(180deg) rotateZ(90deg);
  }
  header .navigation .nav-container .ouvrir-menu.ouvert:before {
    margin-bottom: 0px;
    transform: rotate(-45deg) translateY(50%);
    transform-origin: bottom center;
  }
  header .navigation .nav-container .ouvrir-menu.ouvert span {
    margin-bottom: 0px;
    height: 0px;
    width: 0px;
    margin-left: 50%;
  }
  header .navigation .nav-container .ouvrir-menu.ouvert:after {
    transform: rotate(45deg) translateY(-50%);
    transform-origin: top center;
  }
  header .navigation .nav-container .ouvrir-menu.ouvert + .menus {
    transform: translateX(0px);
  }
  header .navigation .nav-container .menus {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0px;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 20px 0px 0px 0px;
    box-sizing: border-box;
    transform: translateX(100%);
    -webkit-transition: transform 0.4s ease;
    -ms-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
  }
  header .navigation .nav-container .menus .close {
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 20px;
    flex-shrink: 0;
  }
  header .navigation .nav-container .menus .close:before, header .navigation .nav-container .menus .close:after {
    background-color: black;
  }
  header .navigation .nav-container .menus .menus-container {
    width: 100%;
    flex-grow: 1;
    flex-shrink: 1;
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  header .navigation .nav-container .menus .menus-container .main-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 22px;
    padding-left: 20px;
    padding-right: 20px;
  }
  header .navigation .nav-container .menus .menus-container .main-menu .main-menu-lien {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    text-decoration: none;
    color: black;
    display: inline-block;
    -webkit-transition: background-color 0.4s ease, color 0.4s ease;
    -ms-transition: background-color 0.4s ease, color 0.4s ease;
    transition: background-color 0.4s ease, color 0.4s ease;
  }
  header .navigation .nav-container .menus .menus-container .main-menu .main-menu-lien:visited {
    color: inherit;
  }
  header .navigation .nav-container .menus .menus-container .main-menu .main-menu-lien:not(:last-child) {
    margin-bottom: 18px;
  }
  header .navigation .nav-container .menus .menus-container .main-menu .main-menu-lien.externe {
    font-weight: bold;
    border: 1px solid #005DAA;
    border-radius: 4px;
    padding: 5px 16px;
  }
  header .navigation .nav-container .menus .menus-container .second-menu {
    margin-bottom: 18px;
  }
  header .navigation .nav-container .menus .menus-container .second-menu > .main-menu-lien {
    width: 100%;
    background-color: #00182B;
    color: white;
    text-align: left;
    position: relative;
    font-size: 24px;
    line-height: 32px;
    padding: 25px 20px 5px 25px;
    box-sizing: border-box;
    display: inline-flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 2px solid white;
    font-weight: 700;
    border-top: 1px solid #00182B;
  }
  header .navigation .nav-container .menus .menus-container .second-menu > .main-menu-lien.avec-sous-liens {
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  header .navigation .nav-container .menus .menus-container .second-menu > .main-menu-lien.avec-sous-liens:after {
    content: "";
    display: inline-block;
    width: 11px;
    height: 7px;
    margin-bottom: 10px;
    transform-position: center center;
    background: currentColor;
    -webkit-mask-image: url("/images/flechebas.svg");
    mask: url("/images/flechebas.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-size: contain;
    mask-size: contain;
    mask-position: center center;
    mask-repeat: no-repeat;
    -webkit-transition: background 0.4s ease, transform 0.4s ease;
    -ms-transition: background 0.4s ease, transform 0.4s ease;
    transition: background 0.4s ease, transform 0.4s ease;
  }
  header .navigation .nav-container .menus .menus-container .second-menu > .main-menu-lien.ouvert {
    color: black;
    background-color: #DBDBDB;
    border-bottom-color: #DBDBDB;
    /*& + .sous-liens {
      display:block;
    }*/
  }
  header .navigation .nav-container .menus .menus-container .second-menu > .main-menu-lien.ouvert:after {
    background-color: black;
    transform: rotate(180deg);
  }
  header .navigation .nav-container .menus .menus-container .second-menu .sous-liens {
    display: none;
    background-color: #DBDBDB;
    width: 100%;
    color: black;
    -webkit-transition: transform 0.4s ease;
    -ms-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
  }
  header .navigation .nav-container .menus .menus-container .second-menu .sous-liens .container .close {
    display: none;
  }
  header .navigation .nav-container .menus .menus-container .second-menu .sous-liens .container .rappel-titre {
    display: none;
  }
  header .navigation .nav-container .menus .menus-container .second-menu .sous-liens .container .liste-liens-sous-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    padding-left: 25px;
  }
  header .navigation .nav-container .menus .menus-container .second-menu .sous-liens .container .liste-liens-sous-menu .main-menu-lien {
    color: black;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 18px;
  }
  header .navigation .nav-container .menus .menus-container .second-menu .sous-liens .container .liste-liens-sous-menu .main-menu-lien:visited {
    color: inherit;
  }
  header .navigation .nav-container .menus .menus-container .second-menu .sous-liens .container .liste-liens-sous-menu > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  header .navigation .nav-container .menus .menus-container .menus-mobile {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }
  header .navigation .nav-container .menus .menus-container .menus-mobile .main-menu-lien {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    text-decoration: none;
    color: black;
    display: inline-block;
    -webkit-transition: background-color 0.4s ease, color 0.4s ease;
    -ms-transition: background-color 0.4s ease, color 0.4s ease;
    transition: background-color 0.4s ease, color 0.4s ease;
  }
  header .navigation .nav-container .menus .menus-container .menus-mobile .main-menu-lien:visited {
    color: inherit;
  }
  header .navigation .nav-container .menus .menus-container .menus-mobile .main-menu-lien:not(:last-child) {
    margin-bottom: 18px;
  }
  header .navigation .nav-container .menus .menus-container > :last-child {
    padding-bottom: 40px;
  }

  .entete-images {
    height: 20vw;
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: calc((100% - 1400px) / 2) repeat(3, minmax(0, 1fr)) calc((100% - 1400px) / 2);
    width: 100%;
  }
  .entete-images .image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .entete-images > .image:first-child, .entete-images > .image:last-child {
    grid-column-end: span 2;
  }
  .entete-images > .image:first-child:last-child {
    grid-column-end: span 5;
  }
  .entete-images.dia1-2 > .image:last-child {
    grid-column-end: span 3;
  }
  .entete-images.dia2-1 > .image:first-child {
    grid-column-end: span 3;
  }

  /* ---------- FIN style entête ---------- */
  /* ---------- Style sections ---------- */
  .btn {
    font-weight: 600;
    font-size: 16px;
    color: white;
    background-color: #005DAA;
    box-shadow: 0px 3px 6px #00000067;
    border-radius: 4px;
    padding: 6px 20px;
    border: 2px solid #005DAA;
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box;
    -webkit-transition: color 0.4s ease, background-color 0.4s ease, border-color 0.4s ease;
    -ms-transition: color 0.4s ease, background-color 0.4s ease, border-color 0.4s ease;
    transition: color 0.4s ease, background-color 0.4s ease, border-color 0.4s ease;
  }
  .btn.avec-fleche {
    padding: 6px 38px 6px 15px;
    position: relative;
  }
  .btn.avec-fleche:after {
    content: "";
    display: inline-block;
    width: 11px;
    height: 7px;
    position: absolute;
    transform-position: center center;
    right: 16px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    transform: rotate(-90deg);
    background: currentColor;
    -webkit-mask-image: url("/images/flechebas.svg");
    mask: url("/images/flechebas.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-size: contain;
    mask-size: contain;
    mask-position: center center;
    mask-repeat: no-repeat;
    -webkit-transition: background 0.4s ease;
    -ms-transition: background 0.4s ease;
    transition: background 0.4s ease;
  }
  .btn.btn-blanc {
    background-color: white;
    color: #005DAA;
    border-color: white;
  }

  .contenu .texte a:not(.btn) {
    color: #005DAA;
    text-decoration: none;
    cursor: pointer;
    font-weight: 500;
    -webkit-transition: color 0.4s ease;
    -ms-transition: color 0.4s ease;
    transition: color 0.4s ease;
  }
  .contenu .texte ul, .contenu .texte ol {
    padding: 0px;
    list-style-type: none;
    font-weight: 500;
  }
  .contenu .texte ul li, .contenu .texte ol li {
    position: relative;
    padding-left: 20px;
  }
  .contenu .texte ul li:not(:last-child), .contenu .texte ol li:not(:last-child) {
    /*margin-bottom:calc(1em + 8px);*/
    margin-bottom: 1em;
  }
  .contenu .texte ul li:before, .contenu .texte ol li:before {
    content: "–";
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .contenu .texte ol {
    counter-reset: section;
  }
  .contenu .texte ol li:before {
    counter-increment: section;
    content: counters(section, ".") ". ";
  }
  .contenu .texte img {
    height: auto;
    width: 100%;
  }
  .contenu.esp_petit {
    padding-top: 28px;
  }
  .contenu > .section {
    display: grid;
    grid-template-columns: calc((100% - 1400px) / 2) repeat(3, minmax(0, 1fr)) calc((100% - 1400px) / 2);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 0px;
  }
  .contenu > .section:not(:last-child).s_esp_petit:not(:last-child) {
    margin-bottom: 60px;
  }
  .contenu > .section:not(:last-child).s_esp_grand:not(:last-child) {
    margin-bottom: 125px;
  }
  .contenu > .section > .titre-section-container .titre-section {
    font-weight: 600;
    font-size: 32px;
    line-height: calc(1em + 8px);
  }
  .contenu > .section > .titre-section-container .soustitre-section {
    font-size: 24px;
    line-height: calc(1em + 6px);
    font-weight: 500;
  }
  .contenu > .section.bg-bleu {
    background-color: #00182B;
    color: white;
    padding-top: 70px;
    padding-bottom: 60px;
    grid-row-gap: 30px;
  }
  .contenu > .section.bg-bleu > .titre-section-container {
    text-align: center;
  }
  .contenu > .section.bg-bleu > .titre-section-container .titre-section {
    font-weight: 700;
    font-size: 32px;
    line-height: calc(1em + 8px);
  }
  .contenu > .section.section-entete.titre-seul {
    margin-bottom: 25px;
  }
  .contenu > .section.section-entete.soustitre-visible {
    margin-bottom: 36px;
  }
  .contenu > .section.section-entete.btns-visible {
    margin-bottom: 108px;
  }
  .contenu > .section.section-entete .titre-page {
    font-size: 32px;
    font-weight: 700;
  }
  .contenu > .section.section-entete .soustitre-page {
    font-size: 24px;
    line-height: calc(1em + 6px);
    font-weight: 500;
  }
  .contenu > .section.section-entete .ancres .btn {
    margin-bottom: 8px;
  }
  .contenu > .section.section-entete .ancres .btn:not(:last-child) {
    margin-right: 8px;
  }
  .contenu > .section > .full {
    grid-column-end: span 5;
  }
  .contenu > .section > .wrap {
    grid-column-start: 2;
    grid-column-end: span 3;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-column-gap: 0px;
    /*> .d1-5 {width:20%;}
    > .d2-5 {width:40%;}
    > .d3-5 {width:60%;}
    > .d4-5 {width:80%;}*/
  }
  .contenu > .section > .wrap > .d1-2 {
    grid-column-end: span 12;
  }
  .contenu > .section > .wrap > .d1-3 {
    grid-column-end: span 12;
  }
  .contenu > .section > .wrap > .d1-4 {
    grid-column-end: span 12;
  }
  .contenu > .section > .wrap > .d2-3 {
    grid-column-end: span 12;
  }
  .contenu > .section > .wrap > .d3-4 {
    grid-column-end: span 12;
  }
  .contenu > .section > .wrap > .d1-6 {
    grid-column-end: span 12;
  }
  .contenu > .section > .wrap > .d5-6 {
    grid-column-end: span 12;
  }
  .contenu > .section > .wrap > .paragraphe1 {
    grid-column-end: span 12;
  }

  /* Si rien ne sépare l'entête du contenu */
  header + .contenu.esp_petit {
    padding-top: 58px;
  }

  .paragraphe.std.paragraphe0 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .paragraphe.std .texte.cols {
    column-gap: 20px;
    column-rule: 0 transparent none;
    /*&[class*=' col'] {
      column-gap: $espacementHorizontal;
      column-rule: 0 transparent none;
    }*/
  }
  .paragraphe.std.paragraphe1 .texte.cols {
    column-count: 1;
  }
  .paragraphe.std.d2-3 .texte.cols {
    column-count: 1;
  }
  .paragraphe.std .texte .btn:not(:first-child) {
    margin-top: 10px;
  }
  .paragraphe.mimg .grid-images-slides {
    display: grid;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-items: stretch;
    align-items: stretch;
    width: 100%;
  }
  .paragraphe.mimg .grid-images-slides > .bloc-images {
    width: 100%;
    height: 0px;
    padding-bottom: 55%;
    overflow: hidden;
    position: relative;
  }
  .paragraphe.mimg .grid-images-slides > .bloc-images:nth-child(2):not(:last-child) {
    grid-row-end: span 2;
    /*grid-row-start: 2;*/
    align-self: stretch;
    height: auto;
    padding: 0px;
  }
  .paragraphe.mimg .grid-images-slides > .bloc-images:nth-child(4):last-child {
    grid-column-end: span 2;
  }
  .paragraphe.mimg .grid-images-slides > .bloc-images:first-child:last-child {
    grid-column-end: span 2;
  }
  .paragraphe.mimg .grid-images-slides .slider-images {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
  }
  .paragraphe.mimg .grid-images-slides .slider-images .slick-list, .paragraphe.mimg .grid-images-slides .slider-images .slick-track {
    width: 100%;
    height: 100%;
  }
  .paragraphe.mimg .grid-images-slides .slider-images .slick-slide > div {
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    height: 100%;
  }
  .paragraphe.mimg .grid-images-slides .slider-single-image-container {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex !important;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 18px 24px;
    box-sizing: border-box;
  }
  .paragraphe.mimg .grid-images-slides .slider-single-image-container img, .paragraphe.mimg .grid-images-slides .slider-single-image-container video {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .paragraphe.mimg .grid-images-slides .slider-single-image-container .titre-image {
    position: relative;
    color: white;
    text-shadow: 0px 3px 6px #00000065;
    font-size: 30px;
    line-height: calc(1em + 4px);
    font-weight: 700;
    max-width: 460px;
  }
  .paragraphe.dia {
    overflow: hidden;
  }
  .paragraphe.dia .diaporama-contenu img, .paragraphe.dia .diaporama-contenu video {
    width: 100%;
  }
  .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .diapo-slide .infos-slide {
    top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .diapo-slide .infos-slide > .texte-diapo {
    width: 100%;
    max-width: 500px;
  }
  .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces {
    display: flex;
    padding: 0px;
    list-style-type: none;
    align-items: center;
    position: absolute;
    width: 100%;
    margin: auto;
    pointer-events: none;
    z-index: 2;
  }
  .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces li {
    pointer-events: all;
    margin: 5px;
    line-height: 18px;
  }
  .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-hbg, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-hbc, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-hbd {
    bottom: 10px;
  }
  .paragraphe.dia .diaporama-contenu.mos {
    padding: 36px calc((100% / 12) - 20px);
  }
  .paragraphe.dia .diaporama-contenu.mos .diaporama-slider {
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
  }
  .paragraphe.dia .diaporama-contenu.mos .slick-slide > div {
    height: 100%;
  }
  .paragraphe.dia .diaporama-contenu.mos .diapo-slide {
    position: relative;
    z-index: 1;
    background: white;
    box-sizing: border-box;
    border: 1px solid #DBDBDB;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    transition-delay: 0s;
    margin: 0px;
    height: 100%;
    width: 100%;
    display: flex !important;
    flex-direction: column;
  }
  .paragraphe.dia .diaporama-contenu.mos .diapo-slide .infos-slide {
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    transition-delay: 0s;
    text-align: center;
    padding: 20px 20px;
  }
  .paragraphe.dia .diaporama-contenu.mos .diapo-slide .infos-slide > :not(:last-child) {
    margin-bottom: 20px;
  }
  .paragraphe.dia .diaporama-contenu.mos .diapo-slide .infos-slide .titre-diapo {
    color: #005DAA;
    font-weight: 500;
    font-size: 26px;
    line-height: 20px;
  }
  .paragraphe.dia .diaporama-contenu.mos .diapo-slide .infos-slide .texte-diapo {
    font-size: 14px;
    line-height: 24px;
    font-family: Arial, sans-serif;
  }
  .paragraphe.dia .diaporama-contenu.mos .diapo-slide:after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: #DDDDDD;
    opacity: 0.74;
    -webkit-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    transition-delay: 0s;
    cursor: pointer;
  }
  .paragraphe.dia .diaporama-contenu.mos .slick-active.slick-center .diapo-slide {
    cursor: unset;
    display: inline-block;
    margin: -40px;
    width: calc(100% + 80px) !important;
    position: relative;
    z-index: 10;
    height: calc(100% + 80px);
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    transition-delay: 0.2s;
  }
  .paragraphe.dia .diaporama-contenu.mos .slick-active.slick-center .diapo-slide .infos-slide {
    padding-left: 60px;
    padding-right: 60px;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    transition-delay: 0.2s;
  }
  .paragraphe.dia .diaporama-contenu.mos .slick-active.slick-center .diapo-slide:after {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    -ms-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    transition-delay: 0.2s;
    pointer-events: none;
  }
  .paragraphe.dia.paragraphe0 .diaporama-contenu.sli .diaporama-slider .diapo-slide .infos-slide {
    padding-left: 40px;
    padding-right: 40px;
  }
  .paragraphe.gimg .gimg-titre-container:not(:last-child) {
    margin-bottom: 20px;
  }
  .paragraphe.gimg .gimg-liste-images {
    display: grid;
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    grid-template-columns: minmax(0, 1fr);
  }
  .paragraphe.gimg.paragraphe0 .gimg-container {
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-column-gap: 20px;
  }
  .paragraphe.gimg.paragraphe0 .gimg-container .gimg-liste-images {
    grid-column-start: 1;
  }
  .paragraphe.gimg.paragraphe0 .gimg-liste-images, .paragraphe.gimg.paragraphe1 .gimg-liste-images {
    grid-template-columns: minmax(0, 1fr);
  }
  .paragraphe.gimg.d2-3 .gimg-liste-images {
    grid-template-columns: minmax(0, 1fr);
  }
  .paragraphe.gimg .gimg-single-image-container {
    position: relative;
  }
  .paragraphe.gimg .gimg-single-image-container img {
    vertical-align: top;
  }
  .paragraphe.gimg .gimg-single-image-container .gimg-titre-image {
    color: #000000;
    font-size: 22px;
    line-height: calc(1em + 4px);
    font-weight: 500;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    background-color: #FFFFFF7F;
    padding: 10px;
    box-sizing: border-box;
  }
  .paragraphe.lint > .lint-nouvelles .nouvelles-container {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    position: relative;
  }
  .paragraphe.lint > .lint-nouvelles .main-nouvelle-image {
    position: initial;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .paragraphe.lint > .lint-nouvelles .main-nouvelle-contenu {
    grid-column-start: 1;
    background: #005DAA;
    color: white;
    padding: 43px 28px 74px 28px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
  }
  .paragraphe.lint > .lint-nouvelles .main-nouvelle-contenu > :not(:last-child) {
    margin-bottom: 20px;
  }
  .paragraphe.lint > .lint-nouvelles .main-nouvelle-contenu .titre-publication {
    font-size: 32px;
    line-height: calc(1em + 8px);
    font-weight: 500;
  }
  .paragraphe.lint > .lint-nouvelles .liste-nouvelles-container {
    position: relative;
    grid-column-start: 1;
    grid-column-end: span 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .paragraphe.lint > .lint-nouvelles .liste-nouvelles-container:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    height: 50%;
    background-color: white;
  }
  .paragraphe.lint > .lint-nouvelles .liste-nouvelles-container > .liste-nouvelles {
    position: relative;
    display: grid;
    grid-column-start: 1;
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    grid-template-columns: minmax(0, 1fr);
  }
  .paragraphe.lint > .lint-carte .google-map {
    height: 490px;
    width: 100%;
  }
  .paragraphe.lint > .lint-calendrier .calendrier-container {
    max-width: 560px;
    margin: auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 0px;
  }
  .paragraphe.lint > .lint-calendrier .calendrier-container .calendrier {
    grid-column-start: 1;
    display: flex;
    flex-direction: column-reverse;
  }
  .paragraphe.lint > .lint-calendrier .calendrier-container .datepicker-inline {
    width: 100%;
    margin-bottom: 20px;
  }
  .paragraphe.lint > .lint-calendrier .calendrier-container .datepicker-inline .datepicker {
    width: 100%;
    border-width: 0px;
    font-family: "Jost", sans-serif;
  }
  .paragraphe.lint > .lint-calendrier .calendrier-container .datepicker-inline .datepicker--nav {
    color: white;
    background: #005DAA;
    justify-content: center;
    font-size: 24px;
    line-height: calc(1em + 8px);
    padding: 10px 5px;
  }
  .paragraphe.lint > .lint-calendrier .calendrier-container .datepicker-inline .datepicker--nav-action path {
    stroke: white;
  }
  .paragraphe.lint > .lint-calendrier .calendrier-container .datepicker-inline .datepicker--nav-action:hover {
    background-color: unset;
  }
  .paragraphe.lint > .lint-calendrier .calendrier-container .datepicker-inline .datepicker--nav-title:hover {
    background: unset;
  }
  .paragraphe.lint > .lint-calendrier .calendrier-container .datepicker-inline .datepicker--day-name {
    color: black;
    font-size: 12px;
    line-height: 16px;
    border: 1px solid white;
    font-weight: 500;
    background-color: #DBDBDB;
    padding: 4px 0px;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .paragraphe.lint > .lint-calendrier .calendrier-container .datepicker-inline .datepicker--day-name.-weekend- {
    color: #005DAA;
    font-weight: 800;
  }
  .paragraphe.lint > .lint-calendrier .calendrier-container .datepicker-inline .datepicker--content {
    display: none;
    padding: 20px 55px;
    border: 1px solid #DBDBDB;
    border-top-width: 0px;
    box-sizing: border-box;
  }
  .paragraphe.lint > .lint-calendrier .calendrier-container .datepicker-inline .datepicker--cell {
    background-color: #FCFCFC;
    border-radius: 0px;
  }
  .paragraphe.lint > .lint-calendrier .calendrier-container .datepicker-inline .datepicker--cell-day {
    width: calc(100% / 7);
    box-sizing: border-box;
    border: 1px solid white;
    height: 38px;
    font-size: 12px;
    line-height: 16px;
    color: black;
    display: flex;
    align-items: flex-start;
    padding-top: 8px;
    box-sizing: border-box;
    flex-wrap: wrap;
  }
  .paragraphe.lint > .lint-calendrier .calendrier-container .datepicker-inline .datepicker--cell-day.-focus- {
    background-color: #f0f0f0;
  }
  .paragraphe.lint > .lint-calendrier .calendrier-container .datepicker-inline .datepicker--cell-day.-disabled- {
    color: black;
  }
  .paragraphe.lint > .lint-calendrier .liste-calendrier {
    grid-column-end: span 1;
    display: flex;
    flex-direction: column;
  }
  .paragraphe.lint > .lint-calendrier .liste-calendrier .liste {
    border: unset;
    border-width: 0px;
    padding: 0px;
    box-sizing: border-box;
    max-width: unset;
    width: 100%;
    flex-grow: 1;
  }
  .paragraphe.lint > .lint-calendrier .filtres-calendrier {
    margin-bottom: 14px;
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
  }
  .paragraphe.lint > .lint-calendrier .btn-calendrier {
    font-size: 16px;
    line-height: calc(1em + 8px);
    font-weight: 600;
    color: #DBDBDB;
    border: 1px solid #DBDBDB;
    background-color: #F0F0F0;
    border-radius: 4px;
    display: inline-block;
    padding: 7px 9px;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .paragraphe.lint > .lint-calendrier .btn-calendrier:not(:last-child) {
    margin-right: 14px;
  }
  .paragraphe.lint > .lint-calendrier .btn-calendrier.actif {
    background: #727272;
    border-color: #727272;
    color: white;
  }
  .paragraphe.lint > .lint-calendrier .btn-calendrier.actif.pratique {
    background-color: #005DAA;
    border-color: #005DAA;
  }
  .paragraphe.lint > .lint-calendrier .btn-calendrier.actif.competition {
    background-color: #FFC500;
    border-color: #FFC500;
  }
  .paragraphe.lint > .lint-calendrier .filtres-selectionnes {
    display: none;
  }
  .paragraphe.lint > .lint-calendrier .point-date-evenement {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #005DAA;
  }
  .paragraphe.lint > .lint-calendrier .point-date-evenement[data-type=c] {
    background-color: #FFC500;
  }
  .paragraphe.lint > .lint-calendrier .liste-points {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .paragraphe.lint > .lint-calendrier .liste-points .point-date-evenement:not(:last-child) {
    margin-right: 2px;
  }
  .paragraphe.lint > .lint-calendrier .single-event {
    display: flex;
    align-items: center;
    padding: 8px;
    box-sizing: border-box;
    background-color: #F0F0F0;
  }
  .paragraphe.lint > .lint-calendrier .single-event:not(:last-child) {
    margin-bottom: 8px;
  }
  .paragraphe.lint > .lint-calendrier .single-event .titre {
    font-size: 16px;
    line-height: 1em;
    color: black;
  }
  .paragraphe.lint > .lint-calendrier .single-event .date {
    font-size: 12px;
    line-height: 16px;
    color: #727272;
  }
  .paragraphe.lint > .lint-calendrier .single-event .infos {
    flex-grow: 1;
  }
  .paragraphe.lint > .lint-calendrier .single-event .heure {
    width: 44px;
    text-align: center;
    border-radius: 4px;
    background: #005DAA;
    color: white;
    padding: 3px;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 16px;
  }
  .paragraphe.lint > .lint-calendrier .single-event .point-date-evenement {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 10px;
  }
  .paragraphe.img .image-container {
    position: relative;
  }
  .paragraphe.img .image-container .infos-image {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    color: white;
  }
  .paragraphe.img .image-container .infos-image .titre-bloc {
    margin: 0px;
    font-weight: 500;
    padding-right: 0px;
    font-size: 24px;
    line-height: calc(1em + 8px);
    text-shadow: 0px 3px 6px #00000065;
  }
  .paragraphe.img .image-container .infos-image .btn:only-child {
    position: absolute;
    bottom: 25px;
    left: 25px;
    max-width: calc(100% - 50px);
  }
  .paragraphe.img.paragraphe0 .image-container .infos-image {
    padding-left: 40px;
    padding-right: 40px;
  }
  .paragraphe.limg .image-container:not(:last-child) {
    margin-bottom: calc(1em + 8px);
  }
  .paragraphe.vidf .video-container {
    position: relative;
  }
  .paragraphe.vidf .video-container:not(:last-child) {
    margin-bottom: 20px;
  }
  .paragraphe.vidf .btn-mute {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    display: block;
    background-color: white;
    -webkit-mask-image: url("/images/volume-on.svg");
    mask: url("/images/volume-on.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-size: contain;
    mask-size: contain;
    mask-position: center center;
    mask-repeat: no-repeat;
  }
  .paragraphe.vidf .btn-mute.muted {
    -webkit-mask-image: url("/images/mute.svg");
    mask: url("/images/mute.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-size: contain;
    mask-size: contain;
    mask-position: center center;
    mask-repeat: no-repeat;
  }
  .paragraphe.vidf video {
    width: 100%;
  }
  .paragraphe.vid .section-video:not(:last-child) {
    margin-bottom: 20px;
  }
  .paragraphe.vid .youtube {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    cursor: pointer;
    position: relative;
  }
  .paragraphe.vid .youtube .thumbnail {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
  .paragraphe.vid .youtube .blurry {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    top: -5px;
    left: -5px;
    bottom: -5px;
    right: -5px;
  }
  .paragraphe.vid .youtube:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(/images/youtube_icon.png);
    background-size: 128px;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 5;
  }
  .paragraphe.vid .youtube iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
  }
  .paragraphe.vid.paragraphe0 .titre-bloc, .paragraphe.vidf.paragraphe0 .titre-bloc {
    padding-left: 20px;
    padding-right: 20px;
  }
  .paragraphe.vid.paragraphe0 .btn, .paragraphe.vidf.paragraphe0 .btn {
    margin-left: 20px;
    max-width: calc(100% - 40px);
  }
  .paragraphe.fjoi.paragraphe0 {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* ---------- FIN style sections ---------- */
  /* ---------- Style footer ---------- */
  footer a {
    color: black;
  }
  footer .wrap {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
  }
  footer .footerHaut {
    height: auto;
    background: white;
    display: flex;
    margin-top: 85px;
    margin-bottom: 30px;
  }
  footer .footerHaut .wrap {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  footer .footerHaut .wrap > :not(.logoFondation) {
    margin-top: 24px;
  }
  footer .footerHaut .wrap > *, footer .footerHaut .wrap > :not(:last-child) {
    margin: 0px 16px;
  }
  footer .footerHaut .logoFondation {
    width: 150px;
    height: auto;
  }
  footer .footerHaut .infos-companie {
    display: flex;
    font-size: 12px;
    justify-content: space-between;
  }
  footer .footerHaut .infos-companie > :not(:last-child) {
    margin-right: 20px;
  }
  footer .footerHaut .infos-companie p {
    margin-bottom: 5px;
  }
  footer .footerHaut .container-liens {
    height: 2px;
    background-color: #F0F0F0;
    margin-top: 20px !important;
    width: 80%;
    max-width: 560px;
  }
  footer .footerHaut .container-liens > a {
    display: none;
  }
  footer .footerHaut .container-logos {
    display: flex;
    text-align: center;
    font-weight: 700;
    justify-content: center;
    flex-wrap: wrap;
  }
  footer .footerHaut .container-logos > div:not(:last-child), footer .footerHaut .container-logos > div {
    margin: 10px;
  }
  footer .footerHaut .container-logos .logoSocial {
    max-height: 70px;
    max-width: 110px;
  }
  footer .footerBas {
    height: 50px;
    color: white;
    background: #00182B;
    display: flex;
  }
  footer .footerBas .wrap .reseaux-sociaux {
    display: flex;
    align-items: center;
  }
  footer .footerBas .wrap .reseaux-sociaux > :not(:last-child) {
    margin-right: 12px;
  }
  footer .footerBas .wrap .reseaux-sociaux a {
    display: inline-block;
  }
  footer .footerBas .wrap .reseaux-sociaux a img {
    vertical-align: middle;
  }
  footer .footerBas .wrap a {
    color: white;
  }

  /* ---------- FIN style footer ---------- */
  /* ---------- Style Bottin --------- */
  .section.equipe .form-bottin {
    display: flex;
    flex-direction: column;
  }
  .section.equipe .form-bottin .btn {
    margin-right: auto;
  }
  .section.equipe .form-bottin #fonction, .section.equipe .form-bottin #matiere, .section.equipe .form-bottin #niveau {
    background: url("/images/flechebas.svg") no-repeat center;
    background-position-x: calc(100% - 15px);
    /*&:focus {
      background-color: blue;
    }*/
  }
  .section.equipe .resultat-recherche .infos {
    display: grid;
    grid-gap: 16px;
    grid-template-columns: minmax(0, 1fr);
  }
  .section.equipe .resultat-recherche .infos .personnel {
    width: 100%;
  }
  .section.equipe .resultat-recherche .infos .personnel h3 {
    margin-bottom: 0;
    font-weight: 500;
  }
  .section.equipe .resultat-recherche .infos .personnel .ligne-bottin {
    display: flex;
  }
  .section.equipe .resultat-recherche .infos .personnel .ligne-bottin .titre-ligne {
    font-weight: 500;
    margin-right: 5px;
  }
  .section.equipe .resultat-recherche .infos .personnel .ligne-bottin .courriel {
    font-weight: 500;
    color: #005DAA;
  }

  /* ---------- FIN Style Bottin --------- */
  /* ---------- Style nous joindre ----------*/
  #nous-joindre-formulaire .wrap {
    display: flex;
    flex-direction: column;
  }
  #nous-joindre-formulaire .wrap .container-joindre {
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: minmax(0, 1fr);
  }
  #nous-joindre-formulaire .wrap .container-joindre form {
    width: 100%;
  }
  #nous-joindre-formulaire .wrap .container-joindre form:not(:last-child) {
    margin-right: 0px;
  }
  #nous-joindre-formulaire .wrap .container-joindre form .champs input, #nous-joindre-formulaire .wrap .container-joindre form .champs select {
    margin-bottom: 18px;
  }
  #nous-joindre-formulaire .wrap .container-joindre form .champs select {
    background: url("/images/flechebas.svg") no-repeat center;
    background-position-x: calc(100% - 15px);
  }
  #nous-joindre-formulaire .wrap .container-joindre form .champs input, #nous-joindre-formulaire .wrap .container-joindre form .champs select, #nous-joindre-formulaire .wrap .container-joindre form .champs textarea {
    width: 100%;
  }
  #nous-joindre-formulaire .wrap .container-joindre form .message {
    margin-bottom: 18px;
  }
  #nous-joindre-formulaire .wrap .container-joindre form .message textarea {
    width: 100%;
    height: 143px;
    padding-top: 15px;
  }
  #nous-joindre-formulaire .wrap .container-joindre form .btn-captcha-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 73%;
  }
  #nous-joindre-formulaire .wrap .container-joindre form .btn-captcha-container .btn {
    border: none;
  }
  #nous-joindre-formulaire .wrap .container-joindre .section-coordonnees {
    grid-row-start: 1;
    margin-bottom: 20px;
  }
  #nous-joindre-formulaire .wrap .container-joindre .section-coordonnees p {
    margin-bottom: 0;
  }
  #nous-joindre-formulaire .wrap .container-joindre .section-coordonnees p:nth-child(2) {
    margin-bottom: 24px;
  }
  #nous-joindre-formulaire .reponse-ajax {
    display: none;
  }
  #nous-joindre-formulaire .message-ajax {
    border-left: 6px solid #005DAA;
    padding: 10px 5px;
    margin-bottom: 18px;
  }

  /* ---------- FIN Style nous joindre ----------*/
  .single-nouvelle-bloc {
    display: flex;
    flex-direction: column;
  }
  .single-nouvelle-bloc .contenu-liste-nouvelle {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #00182B;
    padding: 22px;
    flex-grow: 1;
  }
  .single-nouvelle-bloc .contenu-liste-nouvelle > :not(:last-child) {
    margin-bottom: 6px;
  }
  .single-nouvelle-bloc, .single-nouvelle-bloc:visited {
    color: white;
  }
  .single-nouvelle-bloc:not(:last-child) {
    margin-bottom: 3px;
  }
  .single-nouvelle-bloc .date-publication {
    font-size: 14px;
    line-height: 24px;
  }
  .single-nouvelle-bloc .titre-publication {
    font-size: 16px;
    line-height: calc(1em + 8px);
    font-weight: 500;
    padding-right: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
  }
  .single-nouvelle-bloc .titre-publication:after {
    content: "";
    display: inline-block;
    width: 23px;
    height: 15px;
    position: absolute;
    transform-position: center center;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    transform: rotate(-90deg);
    background: white;
    -webkit-mask-image: url("/images/flechebas.svg");
    mask: url("/images/flechebas.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-size: contain;
    mask-size: contain;
    mask-position: center center;
    mask-repeat: no-repeat;
  }
  @supports (-webkit-line-clamp: 2) {
    .single-nouvelle-bloc .titre-publication {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      display: block;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
    }
  }

  .section.nouvelles .aucun-resultat-nouvelle {
    grid-column-end: span 2;
  }
  .section.nouvelles .resultat-recherche {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}
@media screen and (max-width: 960px) and (max-width: 600px) {
  .section.nouvelles .aucun-resultat-nouvelle {
    grid-column-end: span 1;
  }
  .section.nouvelles .resultat-recherche {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .texte-resultats-recherche {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  html, body {
    font-size: 16px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    font-family: "Jost", sans-serif;
    line-height: calc(1em + 4px);
  }

  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  p, ul, ol, h1, h2, h3, h4, h5, h6 {
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: calc(1em + 4px);
  }

  p:not(:last-child), ul:not(:last-child), ol:not(:last-child) {
    /*margin-bottom:calc(1em + 4px);*/
    margin-bottom: calc(1em + 4px);
  }

  iframe, img {
    border: 0;
  }

  label {
    cursor: pointer;
  }

  button, a, .bouton {
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: color 0.4s ease;
    -ms-transition: color 0.4s ease;
    transition: color 0.4s ease;
  }

  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0px;
  }

  h1:not(:last-child), h2:not(:last-child), h3:not(:last-child), h4:not(:last-child), h5:not(:last-child), h6:not(:last-child) {
    margin-bottom: 16px;
  }

  /*.wrap{max-width: $wrap;width: 100%;margin: auto;box-sizing:border-box;}*/
  img, video {
    max-width: 100%;
    vertical-align: top;
  }

  .txt-left {
    text-align: left;
  }

  .txt-center {
    text-align: center;
  }

  .txt-right {
    text-align: right;
  }

  select, input:not([type=checkbox]), textarea {
    border-radius: 0;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    -webkit-appearance: none;
    outline: none;
    border: 1px solid #005DAA;
    padding-left: 20px;
    font-size: 12px;
    font-weight: 500;
    color: #005DAA;
  }
  select:not(:last-child), input:not([type=checkbox]):not(:last-child), textarea:not(:last-child) {
    margin-bottom: 18px;
  }
  select::placeholder, input:not([type=checkbox])::placeholder, textarea::placeholder {
    color: #005DAA;
  }
  select::-webkit-input-placeholder, input:not([type=checkbox])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #005DAA;
  }
  select::-moz-placeholder, input:not([type=checkbox])::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1;
    color: #005DAA;
  }
  select:-ms-input-placeholder, input:not([type=checkbox]):-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #005DAA;
  }

  .admin-preview {
    box-sizing: border-box;
    position: relative;
  }
  .admin-preview:after {
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: linear-gradient(-45deg, #AEAEAD 0%, #AEAEAD 25%, white 25%, white 50%, #AEAEAD 50%, #AEAEAD 75%, white 75%, white 100%);
    background-image: -webkit-linear-gradient(-45deg, #AEAEAD 0%, #AEAEAD 25%, white 25%, white 50%, #AEAEAD 50%, #AEAEAD 75%, white 75%, white 100%);
    background-size: 20px 20px;
    z-index: 10;
    opacity: 0.3;
    pointer-events: none;
  }

  /* ---------- style slick ---------- */
  .slick-slider .slick-track {
    display: flex;
  }

  /* ---------- FIN style slick ---------- */
  /* ---------- Style entête---------- */
  header {
    /*.espacement-contenu {
      height:108px;
    }*/
  }
  header .message-alerte {
    margin: auto;
    max-width: 1360px;
    padding: 8px 20px;
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #C30F00;
    color: white;
    box-sizing: border-box;
  }
  header .message-alerte:before {
    content: "!";
    font-size: 30px;
    line-height: 1em;
    font-weight: 600;
    margin-right: 10px;
    flex-shrink: 0;
  }
  header .message-alerte .message-contenu {
    flex-grow: 1;
    flex-shrink: 1;
    font-size: 16px;
    line-height: calc(1em + 4px);
    font-weight: 500;
  }
  header .message-alerte .close {
    flex-shrink: 0;
    align-self: flex-start;
    margin-top: 12px;
  }
  header .navigation {
    width: 100%;
    left: 0px;
    height: 90px;
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: calc((100% - 1400px) / 2) minmax(0, 1fr) calc((100% - 1400px) / 2);
  }
  header .navigation .nav-container {
    grid-column-start: 2;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  header .navigation .nav-container .retour-accueil {
    display: inline-block;
    max-height: 100%;
    overflow: hidden;
    margin-left: 0px;
    flex-shrink: 0;
    margin-top: -10px;
  }
  header .navigation .nav-container .logo-site {
    width: 100px;
  }
  header .navigation .nav-container .ouvrir-menu {
    display: block;
    width: 21px;
    cursor: pointer;
    align-self: center;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  header .navigation .nav-container .ouvrir-menu:before, header .navigation .nav-container .ouvrir-menu:after, header .navigation .nav-container .ouvrir-menu span {
    display: block;
    content: "";
    height: 3px;
    width: 100%;
    background-color: black;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  header .navigation .nav-container .ouvrir-menu:before, header .navigation .nav-container .ouvrir-menu span {
    margin-bottom: 7px;
  }
  header .navigation .nav-container .ouvrir-menu.ouvert {
    transform: rotateY(-180deg) rotateX(180deg) rotateZ(90deg);
  }
  header .navigation .nav-container .ouvrir-menu.ouvert:before {
    margin-bottom: 0px;
    transform: rotate(-45deg) translateY(50%);
    transform-origin: bottom center;
  }
  header .navigation .nav-container .ouvrir-menu.ouvert span {
    margin-bottom: 0px;
    height: 0px;
    width: 0px;
    margin-left: 50%;
  }
  header .navigation .nav-container .ouvrir-menu.ouvert:after {
    transform: rotate(45deg) translateY(-50%);
    transform-origin: top center;
  }
  header .navigation .nav-container .ouvrir-menu.ouvert + .menus {
    transform: translateX(0px);
  }
  header .navigation .nav-container .menus {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0px;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 20px 0px 0px 0px;
    box-sizing: border-box;
    transform: translateX(100%);
    -webkit-transition: transform 0.4s ease;
    -ms-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
  }
  header .navigation .nav-container .menus .close {
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 20px;
    flex-shrink: 0;
  }
  header .navigation .nav-container .menus .close:before, header .navigation .nav-container .menus .close:after {
    background-color: black;
  }
  header .navigation .nav-container .menus .menus-container {
    width: 100%;
    flex-grow: 1;
    flex-shrink: 1;
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  header .navigation .nav-container .menus .menus-container .main-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 22px;
    padding-left: 20px;
    padding-right: 20px;
  }
  header .navigation .nav-container .menus .menus-container .main-menu .main-menu-lien {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    text-decoration: none;
    color: black;
    display: inline-block;
    -webkit-transition: background-color 0.4s ease, color 0.4s ease;
    -ms-transition: background-color 0.4s ease, color 0.4s ease;
    transition: background-color 0.4s ease, color 0.4s ease;
  }
  header .navigation .nav-container .menus .menus-container .main-menu .main-menu-lien:visited {
    color: inherit;
  }
  header .navigation .nav-container .menus .menus-container .main-menu .main-menu-lien:not(:last-child) {
    margin-bottom: 18px;
  }
  header .navigation .nav-container .menus .menus-container .main-menu .main-menu-lien.externe {
    font-weight: bold;
    border: 1px solid #005DAA;
    border-radius: 4px;
    padding: 5px 16px;
  }
  header .navigation .nav-container .menus .menus-container .second-menu {
    margin-bottom: 18px;
  }
  header .navigation .nav-container .menus .menus-container .second-menu > .main-menu-lien {
    width: 100%;
    background-color: #00182B;
    color: white;
    text-align: left;
    position: relative;
    font-size: 22px;
    line-height: 28px;
    padding: 25px 10px 5px 20px;
    box-sizing: border-box;
    display: inline-flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 2px solid white;
    font-weight: 700;
    border-top: 1px solid #00182B;
  }
  header .navigation .nav-container .menus .menus-container .second-menu > .main-menu-lien.avec-sous-liens {
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  header .navigation .nav-container .menus .menus-container .second-menu > .main-menu-lien.avec-sous-liens:after {
    content: "";
    display: inline-block;
    width: 11px;
    height: 7px;
    margin-bottom: 10px;
    transform-position: center center;
    background: currentColor;
    -webkit-mask-image: url("/images/flechebas.svg");
    mask: url("/images/flechebas.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-size: contain;
    mask-size: contain;
    mask-position: center center;
    mask-repeat: no-repeat;
    -webkit-transition: background 0.4s ease, transform 0.4s ease;
    -ms-transition: background 0.4s ease, transform 0.4s ease;
    transition: background 0.4s ease, transform 0.4s ease;
  }
  header .navigation .nav-container .menus .menus-container .second-menu > .main-menu-lien.ouvert {
    color: black;
    background-color: #DBDBDB;
    border-bottom-color: #DBDBDB;
    /*& + .sous-liens {
      display:block;
    }*/
  }
  header .navigation .nav-container .menus .menus-container .second-menu > .main-menu-lien.ouvert:after {
    background-color: black;
    transform: rotate(180deg);
  }
  header .navigation .nav-container .menus .menus-container .second-menu .sous-liens {
    display: none;
    background-color: #DBDBDB;
    width: 100%;
    color: black;
    width: calc(100% + 40px);
    margin-left: -20px;
    -webkit-transition: transform 0.4s ease;
    -ms-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
  }
  header .navigation .nav-container .menus .menus-container .second-menu .sous-liens .container .close {
    display: none;
  }
  header .navigation .nav-container .menus .menus-container .second-menu .sous-liens .container .rappel-titre {
    display: none;
  }
  header .navigation .nav-container .menus .menus-container .second-menu .sous-liens .container .liste-liens-sous-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    padding-left: 20px;
    padding-bottom: 0px;
  }
  header .navigation .nav-container .menus .menus-container .second-menu .sous-liens .container .liste-liens-sous-menu .main-menu-lien {
    color: black;
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 16px;
  }
  header .navigation .nav-container .menus .menus-container .second-menu .sous-liens .container .liste-liens-sous-menu .main-menu-lien:visited {
    color: inherit;
  }
  header .navigation .nav-container .menus .menus-container .menus-mobile {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }
  header .navigation .nav-container .menus .menus-container .menus-mobile .main-menu-lien {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    text-decoration: none;
    color: black;
    display: inline-block;
    -webkit-transition: background-color 0.4s ease, color 0.4s ease;
    -ms-transition: background-color 0.4s ease, color 0.4s ease;
    transition: background-color 0.4s ease, color 0.4s ease;
  }
  header .navigation .nav-container .menus .menus-container .menus-mobile .main-menu-lien:visited {
    color: inherit;
  }
  header .navigation .nav-container .menus .menus-container .menus-mobile .main-menu-lien:not(:last-child) {
    margin-bottom: 18px;
  }
  header .navigation .nav-container .menus .menus-container > :last-child {
    padding-bottom: 40px;
  }

  .entete-images {
    height: 22vw;
    display: grid;
    grid-column-gap: 10px;
    grid-template-columns: calc((100% - 1400px) / 2) repeat(3, minmax(0, 1fr)) calc((100% - 1400px) / 2);
    width: 100%;
  }
  .entete-images .image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .entete-images > .image:first-child, .entete-images > .image:last-child {
    grid-column-end: span 2;
  }
  .entete-images > .image:first-child:last-child {
    grid-column-end: span 5;
  }
  .entete-images.dia1-2 > .image:last-child {
    grid-column-end: span 3;
  }
  .entete-images.dia2-1 > .image:first-child {
    grid-column-end: span 3;
  }

  /* ---------- FIN style entête ---------- */
  /* ---------- Style sections ---------- */
  .btn {
    font-weight: 600;
    font-size: 12px;
    color: white;
    background-color: #005DAA;
    box-shadow: 0px 3px 6px #00000067;
    border-radius: 4px;
    padding: 4px 10px;
    border: 2px solid #005DAA;
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box;
    -webkit-transition: color 0.4s ease, background-color 0.4s ease, border-color 0.4s ease;
    -ms-transition: color 0.4s ease, background-color 0.4s ease, border-color 0.4s ease;
    transition: color 0.4s ease, background-color 0.4s ease, border-color 0.4s ease;
  }
  .btn.avec-fleche {
    padding: 4px 30px 4px 10px;
    position: relative;
  }
  .btn.avec-fleche:after {
    content: "";
    display: inline-block;
    width: 11px;
    height: 7px;
    position: absolute;
    transform-position: center center;
    right: 8px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    transform: rotate(-90deg);
    background: currentColor;
    -webkit-mask-image: url("/images/flechebas.svg");
    mask: url("/images/flechebas.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-size: contain;
    mask-size: contain;
    mask-position: center center;
    mask-repeat: no-repeat;
    -webkit-transition: background 0.4s ease;
    -ms-transition: background 0.4s ease;
    transition: background 0.4s ease;
  }
  .btn.btn-blanc {
    background-color: white;
    color: #005DAA;
    border-color: white;
  }

  .contenu .texte a:not(.btn) {
    color: #005DAA;
    text-decoration: none;
    cursor: pointer;
    font-weight: 500;
    -webkit-transition: color 0.4s ease;
    -ms-transition: color 0.4s ease;
    transition: color 0.4s ease;
  }
  .contenu .texte ul, .contenu .texte ol {
    padding: 0px;
    list-style-type: none;
    font-weight: 500;
  }
  .contenu .texte ul li, .contenu .texte ol li {
    position: relative;
    padding-left: 20px;
  }
  .contenu .texte ul li:not(:last-child), .contenu .texte ol li:not(:last-child) {
    /*margin-bottom:calc(1em + 4px);*/
    margin-bottom: 1em;
  }
  .contenu .texte ul li:before, .contenu .texte ol li:before {
    content: "–";
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .contenu .texte ol {
    counter-reset: section;
  }
  .contenu .texte ol li:before {
    counter-increment: section;
    content: counters(section, ".") ". ";
  }
  .contenu .texte img {
    height: auto;
    width: 100%;
  }
  .contenu.esp_petit {
    padding-top: 28px;
  }
  .contenu > .section {
    display: grid;
    grid-template-columns: calc((100% - 1400px) / 2) repeat(3, minmax(0, 1fr)) calc((100% - 1400px) / 2);
    grid-column-gap: 20px;
    grid-row-gap: 16px;
    margin-bottom: 0px;
  }
  .contenu > .section:not(:last-child).s_esp_petit:not(:last-child) {
    margin-bottom: 60px;
  }
  .contenu > .section:not(:last-child).s_esp_grand:not(:last-child) {
    margin-bottom: 125px;
  }
  .contenu > .section > .titre-section-container .titre-section {
    font-weight: 600;
    font-size: 32px;
    line-height: calc(1em + 4px);
  }
  .contenu > .section > .titre-section-container .soustitre-section {
    font-size: 18px;
    line-height: calc(1em + 4px);
    font-weight: 500;
  }
  .contenu > .section.bg-bleu {
    background-color: #00182B;
    color: white;
    padding-top: 70px;
    padding-bottom: 60px;
    grid-row-gap: 26px;
  }
  .contenu > .section.bg-bleu > .titre-section-container {
    text-align: center;
  }
  .contenu > .section.bg-bleu > .titre-section-container .titre-section {
    font-weight: 700;
    font-size: 28px;
    line-height: calc(1em + 4px);
  }
  .contenu > .section.section-entete.titre-seul {
    margin-bottom: 25px;
  }
  .contenu > .section.section-entete.soustitre-visible {
    margin-bottom: 36px;
  }
  .contenu > .section.section-entete.btns-visible {
    margin-bottom: 108px;
  }
  .contenu > .section.section-entete .titre-page {
    font-size: 28px;
    font-weight: 700;
  }
  .contenu > .section.section-entete .soustitre-page {
    font-size: 20px;
    line-height: calc(1em + 4px);
    font-weight: 500;
  }
  .contenu > .section.section-entete .ancres .btn {
    margin-bottom: 8px;
  }
  .contenu > .section.section-entete .ancres .btn:not(:last-child) {
    margin-right: 8px;
  }
  .contenu > .section > .full {
    grid-column-end: span 5;
  }
  .contenu > .section > .wrap {
    grid-column-start: 2;
    grid-column-end: span 3;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-column-gap: 0px;
    /*> .d1-5 {width:20%;}
    > .d2-5 {width:40%;}
    > .d3-5 {width:60%;}
    > .d4-5 {width:80%;}*/
  }
  .contenu > .section > .wrap > .d1-2 {
    grid-column-end: span 12;
  }
  .contenu > .section > .wrap > .d1-3 {
    grid-column-end: span 12;
  }
  .contenu > .section > .wrap > .d1-4 {
    grid-column-end: span 12;
  }
  .contenu > .section > .wrap > .d2-3 {
    grid-column-end: span 12;
  }
  .contenu > .section > .wrap > .d3-4 {
    grid-column-end: span 12;
  }
  .contenu > .section > .wrap > .d1-6 {
    grid-column-end: span 12;
  }
  .contenu > .section > .wrap > .d5-6 {
    grid-column-end: span 12;
  }
  .contenu > .section > .wrap > .paragraphe1 {
    grid-column-end: span 12;
  }

  /* Si rien ne sépare l'entête du contenu */
  header + .contenu.esp_petit {
    padding-top: 58px;
  }

  .paragraphe.std.paragraphe0 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .paragraphe.std .texte.cols {
    column-gap: 20px;
    column-rule: 0 transparent none;
    /*&[class*=' col'] {
      column-gap: $espacementHorizontal;
      column-rule: 0 transparent none;
    }*/
  }
  .paragraphe.std.paragraphe1 .texte.cols {
    column-count: 1;
  }
  .paragraphe.std.d2-3 .texte.cols {
    column-count: 1;
  }
  .paragraphe.std .texte .btn:not(:first-child) {
    margin-top: 10px;
  }
  .paragraphe.mimg .grid-images-slides {
    display: grid;
    grid-column-gap: 20px;
    grid-row-gap: 16px;
    grid-template-columns: minmax(0, 1fr);
    justify-items: stretch;
    align-items: stretch;
    width: 100%;
  }
  .paragraphe.mimg .grid-images-slides > .bloc-images {
    width: 100%;
    height: 0px;
    padding-bottom: 55%;
    overflow: hidden;
    position: relative;
  }
  .paragraphe.mimg .grid-images-slides > .bloc-images:nth-child(2):not(:last-child) {
    /*grid-row-end: span 2;*/
    /*grid-row-start: 2;*/
    align-self: stretch;
    height: 0px;
    padding-bottom: calc(110% + 16px);
  }
  .paragraphe.mimg .grid-images-slides > .bloc-images:nth-child(4):last-child {
    grid-column-end: span 1;
  }
  .paragraphe.mimg .grid-images-slides > .bloc-images:first-child:last-child {
    grid-column-end: span 1;
  }
  .paragraphe.mimg .grid-images-slides .slider-images {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
  }
  .paragraphe.mimg .grid-images-slides .slider-images .slick-list, .paragraphe.mimg .grid-images-slides .slider-images .slick-track {
    width: 100%;
    height: 100%;
  }
  .paragraphe.mimg .grid-images-slides .slider-images .slick-slide > div {
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    height: 100%;
  }
  .paragraphe.mimg .grid-images-slides .slider-single-image-container {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex !important;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 16px 16px;
    box-sizing: border-box;
  }
  .paragraphe.mimg .grid-images-slides .slider-single-image-container img, .paragraphe.mimg .grid-images-slides .slider-single-image-container video {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .paragraphe.mimg .grid-images-slides .slider-single-image-container .titre-image {
    position: relative;
    color: white;
    text-shadow: 0px 3px 6px #00000065;
    font-size: 20px;
    line-height: calc(1em + 4px);
    font-weight: 700;
    max-width: 100%;
  }
  .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .diapo-slide .infos-slide {
    top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .diapo-slide .infos-slide > .texte-diapo {
    font-size: 40px;
  }
  .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces {
    padding: 0px;
    list-style-type: none;
    align-items: center;
    position: absolute;
    width: 100%;
    margin: auto;
    pointer-events: none;
    z-index: 2;
    /* Horizontal */
    /* Vertical */
    /* Format des boutons */
  }
  .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces li {
    pointer-events: all;
    margin: 5px;
    line-height: 18px;
  }
  .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces li button {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    color: #005DAA;
    background-color: white;
    border: none;
    box-shadow: 0px 3px 6px #00000067;
    font-size: 12px;
    line-height: 18px;
    height: 18px;
    width: 18px;
    display: inline-block;
    padding: 0px;
    box-sizing: border-box;
    font-weight: 700;
    box-sizing: border-box;
    -webkit-transition: color 0.4s ease, background-color 0.4s ease;
    -ms-transition: color 0.4s ease, background-color 0.4s ease;
    transition: color 0.4s ease, background-color 0.4s ease;
    vertical-align: top;
  }
  .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces li.slick-active button {
    color: white;
    background-color: #005DAA;
  }
  .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-hbg, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-hhg {
    flex-direction: row;
    justify-content: flex-start;
  }
  .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-hbc, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-hhc {
    flex-direction: row;
    justify-content: center;
  }
  .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-hbd, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-hhd {
    flex-direction: row;
    justify-content: flex-end;
  }
  .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-hhg, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-hhc, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-hhd, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-hbg, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-hbc, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-hbd {
    max-width: 1360px;
    left: 0px;
    right: 0px;
  }
  .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-hbg, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-hbc, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-hbd {
    bottom: 26px;
  }
  .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-hhg, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-hhc, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-hhd {
    top: 26px;
  }
  .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-vgh, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-vdh {
    flex-direction: column;
    justify-content: flex-start;
  }
  .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-vgc, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-vdc {
    flex-direction: column;
    justify-content: center;
  }
  .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-vgb, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-vdb {
    flex-direction: column;
    justify-content: flex-end;
  }
  .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-vgh, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-vgc, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-vgb, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-vdh, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-vdc, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-vdb {
    max-width: 1360px;
    top: 26px;
    bottom: 26px;
  }
  .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-vgh, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-vgc, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-vgb {
    align-items: flex-start;
  }
  .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-vdh, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-vdc, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.al-vdb {
    align-items: flex-end;
  }
  .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.puce_ronde button, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.puce_ronde_num button {
    border-radius: 50%;
  }
  .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.puce_ronde button, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.puce_carree button {
    font-size: 0px;
    color: transparent;
    border: 4px solid white;
    background-color: white;
  }
  .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.puce_ronde li.slick-active button, .paragraphe.dia .diaporama-contenu.sli .diaporama-slider .liste-puces.puce_carree li.slick-active button {
    background-color: #005DAA;
  }
  .paragraphe.dia .diaporama-contenu.mos {
    padding: 36px 0px;
  }
  .paragraphe.dia .diaporama-contenu.mos .diaporama-slider {
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
  }
  .paragraphe.dia .diaporama-contenu.mos .slick-slide > div {
    height: 100%;
  }
  .paragraphe.dia .diaporama-contenu.mos .diapo-slide {
    position: relative;
    z-index: 1;
    background: white;
    box-sizing: border-box;
    border: 1px solid #DBDBDB;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    transition-delay: 0s;
    margin: 0px;
    height: 100%;
    width: 100%;
    display: flex !important;
    flex-direction: column;
  }
  .paragraphe.dia .diaporama-contenu.mos .diapo-slide .infos-slide {
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    transition-delay: 0s;
    text-align: center;
    padding: 20px 5px;
  }
  .paragraphe.dia .diaporama-contenu.mos .diapo-slide .infos-slide > :not(:last-child) {
    margin-bottom: 20px;
  }
  .paragraphe.dia .diaporama-contenu.mos .diapo-slide .infos-slide .titre-diapo {
    color: #005DAA;
    font-weight: 500;
    font-size: 22px;
    line-height: 20px;
  }
  .paragraphe.dia .diaporama-contenu.mos .diapo-slide .infos-slide .texte-diapo {
    font-size: 14px;
    line-height: 20px;
    font-family: Arial, sans-serif;
  }
  .paragraphe.dia .diaporama-contenu.mos .diapo-slide:after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: #DDDDDD;
    opacity: 0.74;
    -webkit-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    transition-delay: 0s;
    cursor: pointer;
  }
  .paragraphe.dia .diaporama-contenu.mos .slick-active.slick-center .diapo-slide {
    cursor: unset;
    display: inline-block;
    margin: -40px;
    width: calc(100% + 80px) !important;
    position: relative;
    z-index: 10;
    height: calc(100% + 80px);
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    transition-delay: 0.2s;
  }
  .paragraphe.dia .diaporama-contenu.mos .slick-active.slick-center .diapo-slide .infos-slide {
    padding-left: 60px;
    padding-right: 60px;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    transition-delay: 0.2s;
  }
  .paragraphe.dia .diaporama-contenu.mos .slick-active.slick-center .diapo-slide:after {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    -ms-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    transition-delay: 0.2s;
    pointer-events: none;
  }
  .paragraphe.dia.paragraphe0 .diaporama-contenu.sli .diaporama-slider .diapo-slide .infos-slide {
    padding-left: 40px;
    padding-right: 40px;
  }
  .paragraphe.gimg .gimg-titre-container:not(:last-child) {
    margin-bottom: 16px;
  }
  .paragraphe.gimg .gimg-liste-images {
    display: grid;
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    grid-template-columns: minmax(0, 1fr);
  }
  .paragraphe.gimg.paragraphe0 .gimg-container {
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-column-gap: 20px;
  }
  .paragraphe.gimg.paragraphe0 .gimg-container .gimg-liste-images {
    grid-column-start: 1;
  }
  .paragraphe.gimg.paragraphe0 .gimg-liste-images, .paragraphe.gimg.paragraphe1 .gimg-liste-images {
    grid-template-columns: minmax(0, 1fr);
  }
  .paragraphe.gimg.d2-3 .gimg-liste-images {
    grid-template-columns: minmax(0, 1fr);
  }
  .paragraphe.gimg .gimg-single-image-container {
    position: relative;
  }
  .paragraphe.gimg .gimg-single-image-container img {
    vertical-align: top;
  }
  .paragraphe.gimg .gimg-single-image-container .gimg-titre-image {
    color: #000000;
    font-size: 18px;
    line-height: calc(1em + 4px);
    font-weight: 500;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    background-color: #FFFFFF7F;
    padding: 8px;
    box-sizing: border-box;
  }
  .paragraphe.lint > .lint-nouvelles .nouvelles-container {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    position: relative;
  }
  .paragraphe.lint > .lint-nouvelles .main-nouvelle-image {
    position: initial;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .paragraphe.lint > .lint-nouvelles .main-nouvelle-contenu {
    grid-column-start: 1;
    background: #005DAA;
    color: white;
    padding: 30px 20px 50px 20px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
  }
  .paragraphe.lint > .lint-nouvelles .main-nouvelle-contenu > :not(:last-child) {
    margin-bottom: 20px;
  }
  .paragraphe.lint > .lint-nouvelles .main-nouvelle-contenu .titre-publication {
    font-size: 32px;
    line-height: calc(1em + 4px);
    font-weight: 500;
  }
  .paragraphe.lint > .lint-nouvelles .liste-nouvelles-container {
    position: relative;
    grid-column-start: 1;
    grid-column-end: span 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 16px;
  }
  .paragraphe.lint > .lint-nouvelles .liste-nouvelles-container:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    height: 50%;
    background-color: white;
  }
  .paragraphe.lint > .lint-nouvelles .liste-nouvelles-container > .liste-nouvelles {
    position: relative;
    display: grid;
    grid-column-start: 1;
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    grid-template-columns: minmax(0, 1fr);
  }
  .paragraphe.lint > .lint-carte .google-map {
    height: 490px;
    width: 100%;
  }
  .paragraphe.lint > .lint-calendrier .calendrier-container {
    max-width: 560px;
    margin: auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 0px;
  }
  .paragraphe.lint > .lint-calendrier .calendrier-container .calendrier {
    grid-column-start: 1;
    display: flex;
    flex-direction: column-reverse;
  }
  .paragraphe.lint > .lint-calendrier .calendrier-container .datepicker-inline {
    width: 100%;
    margin-bottom: 16px;
  }
  .paragraphe.lint > .lint-calendrier .calendrier-container .datepicker-inline .datepicker {
    width: 100%;
    border-width: 0px;
    font-family: "Jost", sans-serif;
  }
  .paragraphe.lint > .lint-calendrier .calendrier-container .datepicker-inline .datepicker--nav {
    color: white;
    background: #005DAA;
    justify-content: center;
    font-size: 24px;
    line-height: calc(1em + 4px);
    padding: 10px 5px;
  }
  .paragraphe.lint > .lint-calendrier .calendrier-container .datepicker-inline .datepicker--nav-action path {
    stroke: white;
  }
  .paragraphe.lint > .lint-calendrier .calendrier-container .datepicker-inline .datepicker--nav-action:hover {
    background-color: unset;
  }
  .paragraphe.lint > .lint-calendrier .calendrier-container .datepicker-inline .datepicker--nav-title:hover {
    background: unset;
  }
  .paragraphe.lint > .lint-calendrier .calendrier-container .datepicker-inline .datepicker--day-name {
    color: black;
    font-size: 12px;
    line-height: 16px;
    border: 1px solid white;
    font-weight: 500;
    background-color: #DBDBDB;
    padding: 4px 0px;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .paragraphe.lint > .lint-calendrier .calendrier-container .datepicker-inline .datepicker--day-name.-weekend- {
    color: #005DAA;
    font-weight: 800;
  }
  .paragraphe.lint > .lint-calendrier .calendrier-container .datepicker-inline .datepicker--content {
    display: none;
    padding: 20px 55px;
    border: 1px solid #DBDBDB;
    border-top-width: 0px;
    box-sizing: border-box;
  }
  .paragraphe.lint > .lint-calendrier .calendrier-container .datepicker-inline .datepicker--cell {
    background-color: #FCFCFC;
    border-radius: 0px;
  }
  .paragraphe.lint > .lint-calendrier .calendrier-container .datepicker-inline .datepicker--cell-day {
    width: calc(100% / 7);
    box-sizing: border-box;
    border: 1px solid white;
    height: 38px;
    font-size: 12px;
    line-height: 16px;
    color: black;
    display: flex;
    align-items: flex-start;
    padding-top: 8px;
    box-sizing: border-box;
    flex-wrap: wrap;
  }
  .paragraphe.lint > .lint-calendrier .calendrier-container .datepicker-inline .datepicker--cell-day.-focus- {
    background-color: #f0f0f0;
  }
  .paragraphe.lint > .lint-calendrier .calendrier-container .datepicker-inline .datepicker--cell-day.-disabled- {
    color: black;
  }
  .paragraphe.lint > .lint-calendrier .liste-calendrier {
    grid-column-end: span 1;
    display: flex;
    flex-direction: column;
  }
  .paragraphe.lint > .lint-calendrier .liste-calendrier .liste {
    border: unset;
    border-width: 0px;
    padding: 0px;
    box-sizing: border-box;
    max-width: unset;
    width: 100%;
    flex-grow: 1;
  }
  .paragraphe.lint > .lint-calendrier .filtres-calendrier {
    margin-bottom: 14px;
    display: flex;
  }
  .paragraphe.lint > .lint-calendrier .btn-calendrier {
    font-size: 16px;
    line-height: calc(1em + 4px);
    font-weight: 600;
    color: #DBDBDB;
    border: 1px solid #DBDBDB;
    background-color: #F0F0F0;
    border-radius: 4px;
    display: inline-block;
    padding: 7px 9px;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .paragraphe.lint > .lint-calendrier .btn-calendrier:not(:last-child) {
    margin-right: 14px;
  }
  .paragraphe.lint > .lint-calendrier .btn-calendrier.actif {
    background: #727272;
    border-color: #727272;
    color: white;
  }
  .paragraphe.lint > .lint-calendrier .btn-calendrier.actif.pratique {
    background-color: #005DAA;
    border-color: #005DAA;
  }
  .paragraphe.lint > .lint-calendrier .btn-calendrier.actif.competition {
    background-color: #FFC500;
    border-color: #FFC500;
  }
  .paragraphe.lint > .lint-calendrier .filtres-selectionnes {
    display: none;
  }
  .paragraphe.lint > .lint-calendrier .point-date-evenement {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #005DAA;
  }
  .paragraphe.lint > .lint-calendrier .point-date-evenement[data-type=c] {
    background-color: #FFC500;
  }
  .paragraphe.lint > .lint-calendrier .liste-points {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .paragraphe.lint > .lint-calendrier .liste-points .point-date-evenement:not(:last-child) {
    margin-right: 2px;
  }
  .paragraphe.lint > .lint-calendrier .single-event {
    display: flex;
    align-items: center;
    padding: 8px;
    box-sizing: border-box;
    background-color: #F0F0F0;
  }
  .paragraphe.lint > .lint-calendrier .single-event:not(:last-child) {
    margin-bottom: 8px;
  }
  .paragraphe.lint > .lint-calendrier .single-event .titre {
    font-size: 16px;
    line-height: 1em;
    color: black;
  }
  .paragraphe.lint > .lint-calendrier .single-event .date {
    font-size: 12px;
    line-height: 16px;
    color: #727272;
  }
  .paragraphe.lint > .lint-calendrier .single-event .infos {
    flex-grow: 1;
  }
  .paragraphe.lint > .lint-calendrier .single-event .heure {
    width: 44px;
    text-align: center;
    border-radius: 4px;
    background: #005DAA;
    color: white;
    padding: 3px;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 16px;
  }
  .paragraphe.lint > .lint-calendrier .single-event .point-date-evenement {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 10px;
  }
  .paragraphe.img .image-container {
    position: relative;
  }
  .paragraphe.img .image-container .infos-image {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    color: white;
  }
  .paragraphe.img .image-container .infos-image .titre-bloc {
    margin: 0px;
    font-weight: 500;
    padding-right: 0px;
    font-size: 20px;
    line-height: calc(1em + 4px);
    text-shadow: 0px 3px 6px #00000065;
  }
  .paragraphe.img .image-container .infos-image .btn:only-child {
    position: absolute;
    bottom: 25px;
    left: 25px;
    max-width: calc(100% - 50px);
  }
  .paragraphe.img.paragraphe0 .image-container .infos-image {
    padding-left: 40px;
    padding-right: 40px;
  }
  .paragraphe.limg .image-container:not(:last-child) {
    margin-bottom: calc(1em + 4px);
  }
  .paragraphe.vidf .video-container {
    position: relative;
  }
  .paragraphe.vidf .video-container:not(:last-child) {
    margin-bottom: 16px;
  }
  .paragraphe.vidf .btn-mute {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    display: block;
    background-color: white;
    -webkit-mask-image: url("/images/volume-on.svg");
    mask: url("/images/volume-on.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-size: contain;
    mask-size: contain;
    mask-position: center center;
    mask-repeat: no-repeat;
  }
  .paragraphe.vidf .btn-mute.muted {
    -webkit-mask-image: url("/images/mute.svg");
    mask: url("/images/mute.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-size: contain;
    mask-size: contain;
    mask-position: center center;
    mask-repeat: no-repeat;
  }
  .paragraphe.vidf video {
    width: 100%;
  }
  .paragraphe.vid .section-video:not(:last-child) {
    margin-bottom: 16px;
  }
  .paragraphe.vid .youtube {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    cursor: pointer;
    position: relative;
  }
  .paragraphe.vid .youtube .thumbnail {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
  .paragraphe.vid .youtube .blurry {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    top: -5px;
    left: -5px;
    bottom: -5px;
    right: -5px;
  }
  .paragraphe.vid .youtube:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(/images/youtube_icon.png);
    background-size: 128px;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 5;
  }
  .paragraphe.vid .youtube iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
  }
  .paragraphe.vid.paragraphe0 .titre-bloc, .paragraphe.vidf.paragraphe0 .titre-bloc {
    padding-left: 20px;
    padding-right: 20px;
  }
  .paragraphe.vid.paragraphe0 .btn, .paragraphe.vidf.paragraphe0 .btn {
    margin-left: 20px;
    max-width: calc(100% - 40px);
  }
  .paragraphe.fjoi.paragraphe0 {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* ---------- FIN style sections ---------- */
  /* ---------- Style footer ---------- */
  footer a {
    color: black;
  }
  footer .wrap {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
  }
  footer .footerHaut {
    height: auto;
    background: white;
    display: flex;
    margin-top: 85px;
    margin-bottom: 30px;
  }
  footer .footerHaut .wrap {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  footer .footerHaut .wrap > :not(.logoFondation) {
    margin-top: 24px;
  }
  footer .footerHaut .wrap > *, footer .footerHaut .wrap > :not(:last-child) {
    margin: 0px 16px;
  }
  footer .footerHaut .logoFondation {
    width: 150px;
    height: auto;
  }
  footer .footerHaut .infos-companie {
    display: flex;
    font-size: 12px;
    justify-content: space-between;
    flex-direction: column;
    text-align: center;
  }
  footer .footerHaut .infos-companie > :not(:last-child) {
    margin-right: 0px;
  }
  footer .footerHaut .infos-companie p {
    margin-bottom: 5px;
  }
  footer .footerHaut .container-liens {
    height: 2px;
    background-color: #F0F0F0;
    margin-top: 20px !important;
    width: 80%;
    max-width: 560px;
  }
  footer .footerHaut .container-liens > a {
    display: none;
  }
  footer .footerHaut .container-logos {
    display: flex;
    text-align: center;
    font-weight: 700;
    justify-content: center;
    flex-wrap: wrap;
  }
  footer .footerHaut .container-logos > div:not(:last-child), footer .footerHaut .container-logos > div {
    margin: 10px;
  }
  footer .footerHaut .container-logos .logoSocial {
    max-height: 70px;
    max-width: 110px;
  }
  footer .footerBas {
    height: 50px;
    color: white;
    background: #00182B;
    display: flex;
    font-size: 12px;
  }
  footer .footerBas .wrap .reseaux-sociaux {
    display: flex;
    align-items: center;
  }
  footer .footerBas .wrap .reseaux-sociaux > :not(:last-child) {
    margin-right: 12px;
  }
  footer .footerBas .wrap .reseaux-sociaux a {
    display: inline-block;
  }
  footer .footerBas .wrap .reseaux-sociaux a img {
    vertical-align: middle;
  }
  footer .footerBas .wrap a {
    color: white;
  }

  /* ---------- FIN style footer ---------- */
  /* ---------- Style Bottin --------- */
  .section.equipe .form-bottin {
    display: flex;
    flex-direction: column;
  }
  .section.equipe .form-bottin .btn {
    margin-right: auto;
  }
  .section.equipe .form-bottin #fonction, .section.equipe .form-bottin #matiere, .section.equipe .form-bottin #niveau {
    background: url("/images/flechebas.svg") no-repeat center;
    background-position-x: calc(100% - 15px);
    /*&:focus {
      background-color: blue;
    }*/
  }
  .section.equipe .resultat-recherche .infos {
    display: grid;
    grid-gap: 16px;
    grid-template-columns: minmax(0, 1fr);
  }
  .section.equipe .resultat-recherche .infos .personnel {
    width: 100%;
  }
  .section.equipe .resultat-recherche .infos .personnel h3 {
    margin-bottom: 0;
    font-weight: 500;
  }
  .section.equipe .resultat-recherche .infos .personnel .ligne-bottin {
    display: flex;
  }
  .section.equipe .resultat-recherche .infos .personnel .ligne-bottin .titre-ligne {
    font-weight: 500;
    margin-right: 5px;
  }
  .section.equipe .resultat-recherche .infos .personnel .ligne-bottin .courriel {
    font-weight: 500;
    color: #005DAA;
  }

  /* ---------- FIN Style Bottin --------- */
  /* ---------- Style nous joindre ----------*/
  #nous-joindre-formulaire .wrap {
    display: flex;
    flex-direction: column;
  }
  #nous-joindre-formulaire .wrap .container-joindre {
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: minmax(0, 1fr);
  }
  #nous-joindre-formulaire .wrap .container-joindre form {
    width: 100%;
  }
  #nous-joindre-formulaire .wrap .container-joindre form:not(:last-child) {
    margin-right: 0px;
  }
  #nous-joindre-formulaire .wrap .container-joindre form .champs input, #nous-joindre-formulaire .wrap .container-joindre form .champs select {
    margin-bottom: 18px;
  }
  #nous-joindre-formulaire .wrap .container-joindre form .champs select {
    background: url("/images/flechebas.svg") no-repeat center;
    background-position-x: calc(100% - 15px);
  }
  #nous-joindre-formulaire .wrap .container-joindre form .champs input, #nous-joindre-formulaire .wrap .container-joindre form .champs select, #nous-joindre-formulaire .wrap .container-joindre form .champs textarea {
    width: 100%;
  }
  #nous-joindre-formulaire .wrap .container-joindre form .message {
    margin-bottom: 18px;
  }
  #nous-joindre-formulaire .wrap .container-joindre form .message textarea {
    width: 100%;
    height: 143px;
    padding-top: 15px;
  }
  #nous-joindre-formulaire .wrap .container-joindre form .btn-captcha-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 73%;
  }
  #nous-joindre-formulaire .wrap .container-joindre form .btn-captcha-container .btn {
    border: none;
  }
  #nous-joindre-formulaire .wrap .container-joindre .section-coordonnees {
    grid-row-start: 1;
    margin-bottom: 20px;
  }
  #nous-joindre-formulaire .wrap .container-joindre .section-coordonnees p {
    margin-bottom: 0;
  }
  #nous-joindre-formulaire .wrap .container-joindre .section-coordonnees p:nth-child(2) {
    margin-bottom: 24px;
  }
  #nous-joindre-formulaire .reponse-ajax {
    display: none;
  }
  #nous-joindre-formulaire .message-ajax {
    border-left: 6px solid #005DAA;
    padding: 10px 5px;
    margin-bottom: 18px;
  }

  .single-nouvelle-bloc {
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  .single-nouvelle-bloc .contenu-liste-nouvelle {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #00182B;
    padding: 22px;
    flex-grow: 1;
  }
  .single-nouvelle-bloc .contenu-liste-nouvelle > :not(:last-child) {
    margin-bottom: 6px;
  }
  .single-nouvelle-bloc, .single-nouvelle-bloc:visited {
    color: white;
  }
  .single-nouvelle-bloc:not(:last-child) {
    margin-bottom: 3px;
  }
  .single-nouvelle-bloc .date-publication {
    font-size: 14px;
    line-height: 24px;
  }
  .single-nouvelle-bloc .titre-publication {
    font-size: 16px;
    line-height: calc(1em + 4px);
    font-weight: 500;
    padding-right: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
  }
  .single-nouvelle-bloc .titre-publication:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 10px;
    position: absolute;
    transform-position: center center;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    transform: rotate(-90deg);
    background: white;
    -webkit-mask-image: url("/images/flechebas.svg");
    mask: url("/images/flechebas.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-size: contain;
    mask-size: contain;
    mask-position: center center;
    mask-repeat: no-repeat;
  }
  @supports (-webkit-line-clamp: 2) {
    .single-nouvelle-bloc .titre-publication {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      display: block;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
    }
  }

  /* ---------- FIN Style nous joindre ----------*/
}

/*# sourceMappingURL=style.css.map */
