/* breackpoint */
@font-face {
  font-family: "SourceSansPro-Regular";
  src: url("SourceSansPro-Regular.otf") format("otf"); }
* {
  font-family: "SourceSansPro-Regular"; }

header {
  background-color: #e7e7e7;
  width: 100%; }
  header img {
    padding-top: 20px;
    padding-bottom: 20px; }

section {
  background-color: #30507B;
  padding: 30px; }
  @media only screen and (max-width: 991px) {
    section {
      padding: 0; } }
  section .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media only screen and (max-width: 991px) {
      section .container {
        flex-direction: column; } }
    section .container .bloc-ul {
      border-left: solid 2px #fff;
      height: auto;
      width: 50%;
      position: relative;
      margin-top: 55px; }
      @media only screen and (max-width: 767px) {
        section .container .bloc-ul {
          width: 100%; } }
      section .container .bloc-ul ul {
        position: relative; }
        section .container .bloc-ul ul li {
          list-style-type: none;
          color: #fff;
          line-height: 1.5;
          position: relative;
          font-size: 2rem; }
        section .container .bloc-ul ul .li1::before {
          position: absolute;
          content: '';
          width: 30px;
          left: -35px;
          top: -5px;
          border-bottom: dashed 1px #fff; }
      section .container .bloc-ul .ul1 {
        margin-top: 50px;
        margin-bottom: 150px; }
        @media only screen and (max-width: 1199px) {
          section .container .bloc-ul .ul1 {
            margin-bottom: 80px; } }
        section .container .bloc-ul .ul1 li:first-child {
          font-size: 2.4rem;
          text-decoration: underline; }
      section .container .bloc-ul .ul1::before {
        position: absolute;
        left: -6px;
        top: 60%;
        content: '';
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #fff; }
      section .container .bloc-ul .ul2::before {
        position: absolute;
        left: -6px;
        top: 43%;
        content: '';
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #fff; }
      section .container .bloc-ul .li2::before {
        position: absolute;
        content: '';
        width: 30px;
        left: -35px;
        top: 13px;
        border-bottom: dashed 1px #fff; }
    section .container .bloc-ul::before {
      content: '';
      width: 50px;
      height: 50px;
      background-image: url(gps_red.png);
      background-size: 100%;
      background-position: center center;
      position: absolute;
      top: -46px;
      left: -26px; }
    section .container .bloc-map {
      width: 100%;
      height: auto; }
      section .container .bloc-map .img2 {
        width: 100%; }
        @media only screen and (max-width: 991px) {
          section .container .bloc-map .img2 {
            margin-top: 80px; } }
