body {
  background-color: #eceff2;
}

.container {
  max-width: 1660px;
  padding-right: 10px;
  padding-left: 10px;
}

.section-nav-top {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #fff;
}

.section-nav-fixed {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}

.nav-top-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-top-top.phone {
  display: none;
}

.nav-top-bottom {
  border-style: solid none none;
  border-width: 1px;
  border-color: #dbdbdb #000 #000;
  background-color: transparent;
}

.nav-top-bottom.fixed {
  background-color: #fff;
  box-shadow: 0 0 8px 8px rgba(0, 0, 0, 0.14);
}

.nav-top-top-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-top-top-left-text {
  margin-left: 60px;
}

.heading-1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Marianne-Bold, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 25px;
}

.nav-top-text {
  font-family: Marianne-Regular, sans-serif;
  color: #000;
  line-height: 25px;
  font-weight: 400;
}

.nav-top-top-right-text {
  margin-top: 0px;
  margin-bottom: -20px;
  font-family: BebasNeueRegular, sans-serif;
  color: #000;
  font-size: 10px;
  line-height: 11px;
  text-align: center;
}

.nav-link {
  padding-bottom: 20px;
  color: #000;
}

.nav-link:hover {
  border-bottom: 5px solid #00aae3;
  background-color: #eceff2;
  color: #03415c;
}

.nav-link:focus {
  border-bottom: 5px solid #00aae3;
  background-color: #eceff2;
}

.nav-link.w--current {
  color: #03415c;
}

.nav-link.focus {
  padding-bottom: 20px;
  border-bottom: 5px solid #00aae3;
  background-color: #eceff2;
  color: #03415c;
}

.nav-menu-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.btn-p {
  display: inline-block;
  margin-bottom: 0px;
  margin-left: 10px;
  font-family: Marianne-Bold, sans-serif;
  color: #fff;
  line-height: 19px;
}

.btn-p.error-404 {
  margin-left: 0px;
}

.btn {
  margin-left: 1px;
  padding: 20px 25px;
  background-color: #0094c6;
  text-decoration: none;
}

.btn:hover {
  background-color: #00aae3;
}

.btn.mention-programme {
  margin-right: 30px;
  margin-bottom: 10px;
}

.block-logos-nav-fixed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-1-nav-fixed {
  margin-right: 10px;
}

.block-left-nav-fixed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header {
  padding-top: 46px;
  padding-bottom: 45px;
  background-color: transparent;
  background-image: url('../images/Degrade_header.svg'), -webkit-gradient(linear, left top, left bottom, from(#03415c), to(#fff));
  background-image: url('../images/Degrade_header.svg'), linear-gradient(180deg, #03415c, #fff);
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.objectifs {
  padding-top: 100px;
  margin-top: -60px;
  /* margin-top: 40px; */
  margin-bottom: 40px;
}

.main-block-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.main-block-1.mb-40 {
  margin-bottom: 40px;
}

.main-block-1.mb-40.no-shadow.p-40 {
  padding-right: 40px;
  padding-left: 40px;
}

.main-block-1.no-shadow.p-40 {
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 40px;
}

.main-block-1.wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main-block-1.infos {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.block-text {
  padding: 20px 36px;
}

.block-text.pl-0 {
  padding-left: 0px;
}

.block-text.pt-0 {
  padding-top: 0px;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: Marianne-ExtraBold, sans-serif;
  color: #000;
  font-size: 40px;
  line-height: 40px;
  font-weight: 800;
  text-transform: uppercase;
}

.heading-2.light {
  margin-bottom: 0px;
  font-family: Marianne-Light, sans-serif;
  color: #03415c;
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.heading-2.light.temps-forts {
  margin-right: 10px;
  margin-left: 10px;
  padding-bottom: 0;
}

.paragraph {
  font-family: Marianne-Regular, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 24px;
}

.paragraph.mb-30 {
  margin-bottom: 30px;
}

.paragraph.blue.bold-italic {
  font-family: Marianne-BoldItalic, sans-serif;
  font-weight: 700;
}

.paragraph.blue.bold-italic.underline {
  text-decoration: underline;
}

.paragraph.blue.bold-italic.underline.mb-0 {
  margin-bottom: 0px;
}

.heading-3 {
  margin-bottom: 20px;
  font-family: Marianne-ExtraBold, sans-serif;
  color: #000;
  font-weight: 800;
}

.heading-3.mb-10 {
  margin-bottom: 10px;
}

.heading-3.mb-10.mt-10 {
  margin-top: 10px;
}

.list-item {
  margin-bottom: 15px;
  font-family: Marianne-Regular, sans-serif;
  color: #1794c6;
  font-size: 16px;
  line-height: 24px;
}

.list-item.hide {
  display: none;
}

.black {
  color: #000;
}

.bold {
  font-family: Marianne-Bold, sans-serif;
  font-weight: 700;
}

.qui-participe {
  padding-top: 100px;
  margin-top: -100px;
  margin-bottom: 40px;
}

.main-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.main-block-2.mb-40 {
  margin-bottom: 40px;
}

.main-block-2.mb-40.no-shadow.p_40 {
  padding-right: 40px;
  padding-left: 40px;
}

.block-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.list {
  margin-bottom: 20px;
  padding-left: 20px;
}

.img-qui-participe-left {
  margin-right: 30px;
}

#temps-forts, #highlights, .heading-2.light.temps-forts {
  padding-top: 120px;
  margin-top: -120px;
}

#highlights .main-block {
  margin-bottom: 40px;
}

#temps-forts .main-block {
  margin-bottom: 40px;
}

.main-block {
  padding: 40px 0px;
  background-color: #fff;
}

.infos-pratiques {
  padding-top: 100px;
  margin-top: -100px;
  margin-bottom: 40px;
}

.blue {
  color: #1794c6;
}

.link-no-underline {
  text-decoration: none;
}

.link-no-underline:hover {
  text-decoration: underline;
}

.block-text.infos {
  width: 100%;
  text-align: center;
  max-width: 1113px;
}

.block-reseaux {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-left: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.block-reseaux.acces {
  margin-top: 55px;
  justify-content: center;
}

.block-reseaux.acces .block-reseau {
  height: 168px;
  padding: 10px 18px;
  margin-bottom: 20px;
}

.block-reseau {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  padding: 10px 20px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
}

.img-reseau {
  margin-bottom: 10px;
}

.footer-contacts {
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 4px solid #0094c6;
  border-bottom: 4px solid #0094c6;
  background-color: #fff;
}

.extra-bold {
  font-family: Marianne-ExtraBold, sans-serif;
  font-weight: 800;
}

.block-footer-contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.twitter-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65px;
  height: 65px;
  margin-right: 1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0094C6;
  text-align: center;
}

.twitter-link-block:hover {
  background-color: #00AAE3;
}

.linkedin-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65px;
  height: 65px;
  margin-right: 1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0094C6;
}

.linkedin-link-block:hover {
  background-color: #056A96;
}

.facebook-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65px;
  height: 65px;
  margin-right: 1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0094C6;
}

.facebook-link-block:hover {
  background-color: #0878D8;
}

.reseaux-div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-horaires {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.horaires-left {
  min-width: 120px;
  margin-right: 20px;
  text-align: right;
}

.footer-logos {
  padding-top: 40px;
  padding-bottom: 0px;
  background-color: #03415c;
  text-align: center;
}

.section-agir-gendarmerie {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #03415c;
  text-align: center;
}

.image-gendarmerie-engagment-securite {
  width: 100%;
}

.block-gendarmerie-section {
  display: block;
  min-height: 50px;
  margin-top: 15px;
  background-image: url('../images/Gendarmerie_Engagement_securite.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.block-gendarmerie-section.desktop {
  background-image: url('../images/Gendarmerie_Engagement_securite.svg');
}

.block-gendarmerie-section.en {
  background-image: url('../images/Gendarmerie_Engagement_securite_EN.svg');
}

.block-gendarmerie-section.big-phone {
  display: none;
}

.image {
  width: 100%;
  height: 50px;
}

.header-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-header {
  color: #5ea9e1;
  font-size: 26px;
  line-height: 48px;
  text-transform: uppercase;
}

.span-list-header {
  font-family: Impact, sans-serif;
  color: #fff;
  font-weight: 700;
}

.ul-list-header {
  margin-top: 40px;
  margin-bottom: 0px;
}

.ul-list-header-1 {
  margin-bottom: 50px;
}

.bandes-blue {
  height: 22px;
  margin-top: 117px;
  margin-bottom: -195px;
  background-image: url('../images/Bande-Background.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.block-heading-temps-forts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-w-460 {
  width: 33%;
  max-width: 460px;
}

.footer-logos-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.img-gn-header-nav {
  margin-right: 30px;
}

.img-miom-header-nav {
  margin-right: 20px;
}

.img-gn-footer {
  margin-top: -50px;
  margin-right: 0px;
}

.heading-4-footer-logos {
  font-family: BebasNeueRegular, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.block-logos-footer {
  margin-top: 50px;
}

.img-proximum-footer {
  margin-right: 40px;
}

.img-miom-footer {
  margin-top: 10px;
}

.img-coges-footer {
  margin-right: 30px;
}

.div-block-2 {
  display: none;
}

.slide-nav {
  display: none;
}

.slider {
  height: auto;
  background-color: transparent;
}

.block-slider {
  padding: 0px 30px 20px;
  border-style: dashed;
  border-width: 1px;
  border-color: #1794c6;
  background-color: #eceff2;
}

.heading-4-slider {
  font-family: Marianne-Bold, sans-serif;
  color: #1794c6;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
}

.slide-1-block {
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.m-w-810 {
  max-width: 810px;
}

.icon {
  display: none;
}

.icon-2 {
  display: none;
}

.html-embed {
  text-align: left;
}

.left-arrow-slider-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right-arrow-slider-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide {
  text-align: left;
}

.image-2 {
  max-width: none;
}

.footer-bottom {
  padding-top: 25px;
  padding-bottom: 25px;
}

.block-footer-botom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-link {
  margin-right: 20px;
  margin-bottom: 0px;
  font-family: Marianne-Regular, sans-serif;
  color: #000;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

/*._w-50 {
  width: 50%;
}*/

._w-50.first {
  margin-left: 100px;
}

._w-66 {
  width: 66%;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.img-show-1500 {
  display: none;
}

.ministere-header-phone {
  display: none;
}

.img-agir-nav-fiex-phone {
  display: none;
}

.baseline-rencontres-agir-desktop {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.phone {
  display: none;
}

.p-ecosysteme {
  display: block;
  font-family: Marianne-Bold, sans-serif;
  color: #1794c6;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.little-phone {
  display: none;
}

.block-btn-mention-programme {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-text-underline {
  color: #000;
}

.section-404 {
  padding: 40px 10px;
  text-align: center;
}

.section-cookies {
  padding: 40px 10px;
}

.section-mentions-legales {
  padding: 40px 10px;
}

@media screen and (max-width: 1700px) {
  .btn {
    padding: 20px 15px;
  }
}

@media screen and (max-width: 1200px) {
  .nav-top-top.desktop {
    display: none;
  }

  .nav-top-top.phone {
    display: block;
  }

  .nav-top-bottom.fixed {
    padding-top: 10px;
    padding-bottom: 5px;
  }

  .nav-link {
    width: 90%;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 5px solid #00aae3;
    background-color: #eceff2;
    color: #03415c;
  }

  .nav-link.focus {
    width: 90%;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom-style: solid;
    border-bottom-color: #00aae3;
    background-color: #eceff2;
    color: #03415c;
  }

  .nav-menu-main {
    background-color: #fff;
  }

  .btn.nav-fixed {
    margin-bottom: 10px;
  }

  .block-logos-nav-fixed {
    display: none;
  }

  .block-left-nav-fixed {
    display: block;
  }

  .ministere-header-phone {
    display: inline-block;
    margin-right: 20px;
  }


  .logos-phone-header-top {
    display: none;
  }

  .ministere-header-phone-top {
    margin-right: 20px;
  }

  .heading-header-top-phone {
    font-family: Marianne-ExtraBold, sans-serif;
    color: #000;
    font-size: 18px;
    line-height: 22px;
    font-weight: 800;
    text-align: center;
  }

  .under-title-header-top-phone {
    font-family: Marianne-Regular, sans-serif;
    color: #000;
    line-height: 22px;
    text-align: center;
  }

  .header-top-phone-btn-block {
    text-align: center;
  }

  .div-block-btn-nav-fixed {
    background-color: #fff;
  }

  .img-agir-nav-fiex-phone {
    display: inline-block;
  }

  .menu-button {
    display: block;
    width: 48px;
    height: 48px;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #1794c6;
    background-image: url('../images/Picto.png');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
    text-align: center;
  }

  .menu-button:hover {
    background-color: #00aae3;
  }

  .menu-button.w--open {
    background-color: #1794c6;
    background-image: url('../images/Picto-croix.png');
    background-position: 55% 50%;
    background-size: auto;
  }

  .block-btn-header-top {
    background-color: #fff;
  }
}

@media screen and (max-width: 1150px) {
  .header-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}



@media screen and (max-width: 991px) {
  .nav-top-top.desktop {
    display: none;
  }

  .nav-top-top.phone {
    display: block;
  }

  .nav-top-bottom.fixed {
    padding-top: 10px;
    padding-bottom: 5px;
  }

  .nav-link {
    width: 90%;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 5px solid #00aae3;
    background-color: #eceff2;
    color: #03415c;
  }

  .nav-link.focus {
    width: 90%;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom-style: solid;
    border-bottom-color: #00aae3;
    background-color: #eceff2;
    color: #03415c;
  }

  .nav-menu-main {
    background-color: #fff;
  }

  .btn.nav-fixed {
    margin-bottom: 10px;
  }

  .block-logos-nav-fixed {
    display: none;
  }

  .block-left-nav-fixed {
    display: block;
  }

  .header {
    padding-top: 60px;
    background-color: #03415c;
    background-image: none;
    text-align: center;
  }

  .list {
    text-align: left;
  }

  .block-reseaux {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .block-footer-contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .horaires-right {
    text-align: left;
  }

  

  .footer-logos-flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .img-proximum-footer {
    display: block;
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .img-coges-footer {
    display: block;
    margin-right: 0px;
    margin-bottom: 30px;
  }


  .ministere-header-phone {
    display: inline-block;
    margin-right: 20px;
  }

  .logos-phone-header-top {
    text-align: center;
  }

  .ministere-header-phone-top {
    margin-right: 20px;
  }

  .heading-header-top-phone {
    font-family: Marianne-ExtraBold, sans-serif;
    color: #000;
    font-size: 18px;
    line-height: 22px;
    font-weight: 800;
    text-align: center;
  }

  .under-title-header-top-phone {
    font-family: Marianne-Regular, sans-serif;
    color: #000;
    line-height: 22px;
    text-align: center;
  }

  .header-top-phone-btn-block {
    text-align: center;
  }

  .div-block-btn-nav-fixed {
    background-color: #fff;
  }

  .img-agir-nav-fiex-phone {
    display: inline-block;
  }

  .menu-button {
    display: block;
    width: 48px;
    height: 48px;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #1794c6;
    background-image: url('../images/Picto.png');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
    text-align: center;
  }

  .menu-button:hover {
    background-color: #00aae3;
  }

  .menu-button.w--open {
    background-color: #1794c6;
    background-image: url('../images/Picto-croix.png');
    background-position: 55% 50%;
    background-size: auto;
  }

  .icon-3 {
    color: #fff;
  }

  .block-btn-header-top {
    background-color: #fff;
  }

  .block-btn-mention-programme {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .link-block-footer-support {
    display: block;
  }

  .section-cookies {
    text-align: center;
  }

  .section-mentions-legales {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .nav-top-top.phone {
    padding-top: 10px;
    padding-bottom: 0px;
  }

  .nav-top-bottom {
    padding-right: 10px;
    padding-left: 10px;
  }

  .nav-top-bottom.fixed {
    padding-right: 10px;
    padding-left: 10px;
  }

  .nav-top {
    padding-right: 10px;
    padding-left: 10px;
  }

  .btn {
    padding: 10px;
  }

  .btn.nav-top {
    margin-bottom: 10px;
  }

  .btn.mention-programme {
    margin-right: 0px;
  }

  .header {
    padding-top: 40px;
    background-image: none;
  }

  .objectifs {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
  }

  .main-block-1.mb-40.no-shadow.p-40.temps-forts {
    padding-right: 0px;
    padding-left: 0px;
  }

  .main-block-1.no-shadow.p-40.temps-forts._2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .block-text {
    padding-right: 10px;
    padding-left: 10px;
  }

  .block-text.pl-0 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .block-text.p-phone-0 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-2 {
    font-size: 24px;
    line-height: 30px;
  }

  .heading-2.light.temps-forts {
    margin-bottom: 30px;
    font-size: 24px;
    text-align: center;
    display: block;
  }

  .paragraph.mb-30.mt-50 {
    margin-top: 30px;
  }

  .paragraph.phone-mb-30 {
    margin-bottom: 30px;
  }

  .heading-3 {
    font-size: 20px;
  }

  .qui-participe {
    margin-bottom: 0px;
    background-color: #fff;
  }

  .main-block-2.mb-40.no-shadow.p_40.temps-forts {
    padding-right: 0px;
    padding-left: 0px;
  }

  .list {
    text-align: left;
  }

  .temps-forts {
    margin-bottom: 0px;
  }

  .infos-pratiques {
    margin-bottom: 0px;
  }

  .block-reseaux {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-contacts {
    border-top-style: none;
    border-bottom-style: none;
  }

  .block-footer-contacts {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .twitter-link-block.phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 42px;
    height: 42px;
    margin-bottom: 1px;
  }

  .linkedin-link-block.phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 42px;
    height: 42px;
    margin-bottom: 1px;
  }

  .facebook-link-block.phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 42px;
    height: 42px;
    margin-bottom: 1px;
  }

  .reseaux-div-block.phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .block-gendarmerie-section.phone {
    display: block;
  }

  .block-gendarmerie-section.desktop.phone {
    display: block;
  }

  .block-gendarmerie-section.big-phone {
    display: block;
  }

  .header-block {
    text-align: center;
  }

  /*.ul-list-header {
    display: none;
  }*/

  .bandes-blue {
    display: none;
  }

  .block-heading-temps-forts {
    display: none;
  }

  .footer-logos-flex {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .block-logos-footer {
    margin-top: 20px;
  }

  .block-slider {
    display: none;
  }

  .block-footer-botom {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .footer-link {
    margin-bottom: 20px;
  }

  .footer-link._1 {
    margin-right: 0px;
  }

  .desktop {
    display: none;
  }

  .phone {
    display: inline-block;
  }

  .phone.img-header-gendarmerie {
    margin-bottom: 30px;
  }

  .phone.div-support-phone {
    margin-top: 30px;
  }

  .phone.img-phone-proximum-footer {
    margin-right: 30px;
    margin-left: 30px;
  }

  .p-ecosysteme {
    display: block;
    margin-top: 60px;
    font-family: Marianne-Bold, sans-serif;
    color: #1794c6;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
  }

  .formulaire-div {
    display: none;
  }

  .email-div {
    margin-right: 10px;
    margin-left: 10px;
  }

  .reseaux-div {
    margin-right: 10px;
    margin-left: 10px;
  }

  .participe-texte {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .block-gendarmerie-section.phone {
    display: block;
    background-image: url('../images/Gendarmerie-drapeau-Smartphone.svg');
    background-position: 50% 50%;
    background-size: auto;
  }

  .block-gendarmerie-section.little-phone {
    background-image: url('../images/Gendarmerie-drapeau-Smartphone.svg');
  }

  .block-gendarmerie-section.big-phone {
    display: none;
  }

  .header-block {
    padding-right: 10px;
    padding-left: 10px;
  }

  .little-phone {
    display: block;
  }

  .little-phone.img-center {
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

  .div-soutien-phone {
    margin-top: 30px;
  }
}

@font-face {
  font-family: 'Impact';
  src: url('../fonts/Impact.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BebasNeueRegular';
  src: url('../fonts/BebasNeueRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Marianne-Bold';
  src: url('../fonts/Marianne-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Marianne-BoldItalic';
  src: url('../fonts/Marianne-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Marianne-ExtraBoldItalic';
  src: url('../fonts/Marianne-ExtraBoldItalic.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Marianne-MediumItalic';
  src: url('../fonts/Marianne-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Marianne-ExtraBold';
  src: url('../fonts/Marianne-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Marianne-LightItalic';
  src: url('../fonts/Marianne-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Marianne-Medium';
  src: url('../fonts/Marianne-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Marianne-Light';
  src: url('../fonts/Marianne-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Marianne-Regular';
  src: url('../fonts/Marianne-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Marianne-Thin';
  src: url('../fonts/Marianne-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Marianne-ThinItalic';
  src: url('../fonts/Marianne-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Marianne-RegularItalic';
  src: url('../fonts/Marianne-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}